Color Hex Logo

#ccbddd Color Hex

#CCBDDD
(204,189,221)
0 Favorites   0 Comments

Color spaces of #ccbddd

RGB 204189221
HSL0.740.320.80
HSV268°14°87°
CMYK 0.080.140.00   0.13
XYZ56.150654.453075.9576
Yxy54.45300.30100.2919
Hunter Lab73.79236.6891-9.3752
CIE-Lab78.725111.2439-14.0590

#ccbddd color RGB value is (204,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 11011101
Octal 314 275 335
Decimal 204 189 221
Hex CC BD DD

RGB Percentages of Color #ccbddd

%33.22
%30.78
%35.99

CMYK Percentages of Color #ccbddd

%8
%14
%0
%13

Triadic Colors of #ccbddd

#ccbddd #ddccbd #bdddcc

Analogous Colors of #ccbddd

#ccbddd #dcbddd #bdbedd

Monochromatic Colors of #ccbddd

#ccbddd

Complementary Color

#ccbddd #ceddbd

#ccbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbddd Color CSS Codes

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

#ccbddd Text Font Color

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

This sample text font color is #ccbddd
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.


#ccbddd Background Color

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

This div background color is #ccbddd


#ccbddd Border Color

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

This div border color is #ccbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbddd


Comments

No comments written yet.

Please login to write comment.