Color Hex Logo

#ccbddb Color Hex

#CCBDDB
(204,189,219)
0 Favorites   0 Comments

Color spaces of #ccbddb

RGB 204189219
HSL0.750.290.80
HSV270°14°86°
CMYK 0.070.140.00   0.14
XYZ55.885654.347074.5624
Yxy54.34700.30240.2941
Hunter Lab73.72046.3056-8.3629
CIE-Lab78.663610.8479-13.0723

#ccbddb color RGB value is (204,189,219).

#ccbddb hex color red value is 204, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ccbddb hue: 0.75 , saturation: 0.29 and the lightness value of ccbddb is 0.80.

The process color (four color CMYK) of #ccbddb color hex is 0.07, 0.14, 0.00, 0.14. Web safe color of #ccbddb is #cccccc. Color #ccbddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 11011011
Octal 314 275 333
Decimal 204 189 219
Hex CC BD DB

RGB Percentages of Color #ccbddb

%33.33
%30.88
%35.78

CMYK Percentages of Color #ccbddb

%7
%14
%0
%14

Triadic Colors of #ccbddb

#ccbddb #dbccbd #bddbcc

Analogous Colors of #ccbddb

#ccbddb #dbbddb #bdbddb

Monochromatic Colors of #ccbddb

#ccbddb

Complementary Color

#ccbddb #ccdbbd

#ccbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbddb Color CSS Codes

.mybgcolor {background-color:#ccbddb; } 
.myforecolor {color:#ccbddb; }
.mybordercolor {border:3px solid #ccbddb; }

#ccbddb Text Font Color

<p style="color:#ccbddb">Text here</p>

This sample text font color is #ccbddb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ccbddb Background Color

<div style="background-color:#ccbddb">
Div content here</div>

This div background color is #ccbddb


#ccbddb Border Color

<div style="border:3px solid #ccbddb">
Div here</div>

This div border color is #ccbddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,189,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccbddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccbddb;
  -webkit-box-shadow: 1px 1px 3px 2px #ccbddb;
  box-shadow:         1px 1px 3px 2px #ccbddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,189,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccbddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbddb;
  -webkit-box-shadow: 1px 1px 3px 2px #ccbddb;
  box-shadow:         1px 1px 3px 2px #ccbddb;">
Div content here</div>

This div box has shadow with color #ccbddb

#ccbddb Color Palettes


Comments

No comments written yet.

Please login to write comment.