Color Hex Logo

#cdddee Color Hex

#CDDDEE
(205,221,238)
0 Favorites   0 Comments

Color spaces of #cdddee

RGB 205221238
HSL0.590.490.87
HSV211°14°93°
CMYK 0.140.070.00   0.07
XYZ66.465970.865191.0641
Yxy70.86510.29100.3103
Hunter Lab84.1814-6.3818-5.2106
CIE-Lab87.4194-1.9705-10.1245

#cdddee color RGB value is (205,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011101 11101110
Octal 315 335 356
Decimal 205 221 238
Hex CD DD EE

RGB Percentages of Color #cdddee

%30.87
%33.28
%35.84

CMYK Percentages of Color #cdddee

%14
%7
%0
%7

Triadic Colors of #cdddee

#cdddee #eecddd #ddeecd

Analogous Colors of #cdddee

#cdddee #cecdee #cdeeee

Monochromatic Colors of #cdddee

#cdddee

Complementary Color

#cdddee #eedecd

#cdddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdddee Color CSS Codes

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

#cdddee Text Font Color

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

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


#cdddee Background Color

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

This div background color is #cdddee


#cdddee Border Color

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

This div border color is #cdddee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,221,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 #cdddee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdddee


Comments

No comments written yet.

Please login to write comment.