Color Hex Logo

#cddbe6 Color Hex

#CDDBE6
(205,219,230)
0 Favorites   0 Comments

Color spaces of #cddbe6

RGB 205219230
HSL0.570.330.85
HSV206°11°90°
CMYK 0.110.050.00   0.10
XYZ64.791369.355384.8350
Yxy69.35530.29590.3167
Hunter Lab83.2798-6.8676-2.1013
CIE-Lab86.6797-2.5409-7.0016

#cddbe6 color RGB value is (205,219,230).

#cddbe6 hex color red value is 205, green value is 219 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #cddbe6 hue: 0.57 , saturation: 0.33 and the lightness value of cddbe6 is 0.85.

The process color (four color CMYK) of #cddbe6 color hex is 0.11, 0.05, 0.00, 0.10. Web safe color of #cddbe6 is #ccccff. Color #cddbe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 11100110
Octal 315 333 346
Decimal 205 219 230
Hex CD DB E6

RGB Percentages of Color #cddbe6

%31.35
%33.49
%35.17

CMYK Percentages of Color #cddbe6

%11
%5
%0
%10

Triadic Colors of #cddbe6

#cddbe6 #e6cddb #dbe6cd

Analogous Colors of #cddbe6

#cddbe6 #cdcfe6 #cde6e5

Monochromatic Colors of #cddbe6

#cddbe6

Complementary Color

#cddbe6 #e6d8cd

#cddbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddbe6 Color CSS Codes

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

#cddbe6 Text Font Color

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

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


#cddbe6 Background Color

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

This div background color is #cddbe6


#cddbe6 Border Color

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

This div border color is #cddbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddbe6


Comments

No comments written yet.

Please login to write comment.