Color Hex Logo

#cdd1ea Color Hex

#CDD1EA
(205,209,234)
0 Favorites   0 Comments

Color spaces of #cdd1ea

RGB 205209234
HSL0.640.410.86
HSV232°12°92°
CMYK 0.120.110.00   0.08
XYZ62.828664.520686.9842
Yxy64.52060.29310.3010
Hunter Lab80.3247-0.9486-7.9783
CIE-Lab84.23613.5029-12.7558

#cdd1ea color RGB value is (205,209,234).

#cdd1ea hex color red value is 205, green value is 209 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cdd1ea hue: 0.64 , saturation: 0.41 and the lightness value of cdd1ea is 0.86.

The process color (four color CMYK) of #cdd1ea color hex is 0.12, 0.11, 0.00, 0.08. Web safe color of #cdd1ea is #ccccff. Color #cdd1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 11101010
Octal 315 321 352
Decimal 205 209 234
Hex CD D1 EA

RGB Percentages of Color #cdd1ea

%31.64
%32.25
%36.11

CMYK Percentages of Color #cdd1ea

%12
%11
%0
%8

Triadic Colors of #cdd1ea

#cdd1ea #eacdd1 #d1eacd

Analogous Colors of #cdd1ea

#cdd1ea #d8cdea #cde0ea

Monochromatic Colors of #cdd1ea

#cdd1ea

Complementary Color

#cdd1ea #eae6cd

#cdd1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd1ea Color CSS Codes

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

#cdd1ea Text Font Color

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

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


#cdd1ea Background Color

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

This div background color is #cdd1ea


#cdd1ea Border Color

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

This div border color is #cdd1ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,209,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdd1ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdd1ea;
  -webkit-box-shadow: 1px 1px 3px 2px #cdd1ea;
  box-shadow:         1px 1px 3px 2px #cdd1ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,209,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd1ea


Comments

No comments written yet.

Please login to write comment.