Color Hex Logo

#cdd9ee Color Hex

#CDD9EE
(205,217,238)
1 Favorites   0 Comments

Color spaces of #cdd9ee

RGB 205217238
HSL0.610.490.87
HSV218°14°93°
CMYK 0.140.090.00   0.07
XYZ65.422368.777990.7163
Yxy68.77790.29090.3058
Hunter Lab82.9324-4.3198-6.8021
CIE-Lab86.39390.1147-11.6524

#cdd9ee color RGB value is (205,217,238).

#cdd9ee hex color red value is 205, green value is 217 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cdd9ee hue: 0.61 , saturation: 0.49 and the lightness value of cdd9ee is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011001 11101110
Octal 315 331 356
Decimal 205 217 238
Hex CD D9 EE

RGB Percentages of Color #cdd9ee

%31.06
%32.88
%36.06

CMYK Percentages of Color #cdd9ee

%14
%9
%0
%7

Triadic Colors of #cdd9ee

#cdd9ee #eecdd9 #d9eecd

Analogous Colors of #cdd9ee

#cdd9ee #d2cdee #cdeaee

Monochromatic Colors of #cdd9ee

#cdd9ee

Complementary Color

#cdd9ee #eee2cd

#cdd9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd9ee Color CSS Codes

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

#cdd9ee Text Font Color

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

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


#cdd9ee Background Color

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

This div background color is #cdd9ee


#cdd9ee Border Color

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

This div border color is #cdd9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd9ee

#cdd9ee Color Palettes


Comments

No comments written yet.

Please login to write comment.