Color Hex Logo

#cdd1eb Color Hex

#CDD1EB
(205,209,235)
0 Favorites   0 Comments

Color spaces of #cdd1eb

RGB 205209235
HSL0.640.430.86
HSV232°13°92°
CMYK 0.130.110.00   0.08
XYZ62.972764.578287.7431
Yxy64.57820.29250.3000
Hunter Lab80.3606-0.7536-8.4844
CIE-Lab84.26593.7071-13.2426

#cdd1eb color RGB value is (205,209,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 11101011
Octal 315 321 353
Decimal 205 209 235
Hex CD D1 EB

RGB Percentages of Color #cdd1eb

%31.59
%32.20
%36.21

CMYK Percentages of Color #cdd1eb

%13
%11
%0
%8

Triadic Colors of #cdd1eb

#cdd1eb #ebcdd1 #d1ebcd

Analogous Colors of #cdd1eb

#cdd1eb #d8cdeb #cde0eb

Monochromatic Colors of #cdd1eb

#cdd1eb

Complementary Color

#cdd1eb #ebe7cd

#cdd1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd1eb Color CSS Codes

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

#cdd1eb Text Font Color

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

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


#cdd1eb Background Color

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

This div background color is #cdd1eb


#cdd1eb Border Color

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

This div border color is #cdd1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd1eb


Comments

No comments written yet.

Please login to write comment.