Color Hex Logo

#cddbe9 Color Hex

#CDDBE9
(205,219,233)
0 Favorites   0 Comments

Color spaces of #cddbe9

RGB 205219233
HSL0.580.390.86
HSV210°12°91°
CMYK 0.120.060.00   0.09
XYZ65.216369.525487.0733
Yxy69.52540.29400.3134
Hunter Lab83.3819-6.3064-3.5475
CIE-Lab86.7636-1.9423-8.4615

#cddbe9 color RGB value is (205,219,233).

#cddbe9 hex color red value is 205, green value is 219 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #cddbe9 hue: 0.58 , saturation: 0.39 and the lightness value of cddbe9 is 0.86.

The process color (four color CMYK) of #cddbe9 color hex is 0.12, 0.06, 0.00, 0.09. Web safe color of #cddbe9 is #ccccff. Color #cddbe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 11101001
Octal 315 333 351
Decimal 205 219 233
Hex CD DB E9

RGB Percentages of Color #cddbe9

%31.20
%33.33
%35.46

CMYK Percentages of Color #cddbe9

%12
%6
%0
%9

Triadic Colors of #cddbe9

#cddbe9 #e9cddb #dbe9cd

Analogous Colors of #cddbe9

#cddbe9 #cdcde9 #cde9e9

Monochromatic Colors of #cddbe9

#cddbe9

Complementary Color

#cddbe9 #e9dbcd

#cddbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddbe9 Color CSS Codes

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

#cddbe9 Text Font Color

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

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


#cddbe9 Background Color

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

This div background color is #cddbe9


#cddbe9 Border Color

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

This div border color is #cddbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddbe9


Comments

No comments written yet.

Please login to write comment.