Color Hex Logo

#cddceb Color Hex

#CDDCEB
(205,220,235)
0 Favorites   0 Comments

Color spaces of #cddceb

RGB 205220235
HSL0.580.430.86
HSV210°13°92°
CMYK 0.130.060.00   0.08
XYZ65.765470.163788.6740
Yxy70.16370.29280.3124
Hunter Lab83.7638-6.4410-4.1309
CIE-Lab87.0771-2.0595-9.0516

#cddceb color RGB value is (205,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011100 11101011
Octal 315 334 353
Decimal 205 220 235
Hex CD DC EB

RGB Percentages of Color #cddceb

%31.06
%33.33
%35.61

CMYK Percentages of Color #cddceb

%13
%6
%0
%8

Triadic Colors of #cddceb

#cddceb #ebcddc #dcebcd

Analogous Colors of #cddceb

#cddceb #cdcdeb #cdebeb

Monochromatic Colors of #cddceb

#cddceb

Complementary Color

#cddceb #ebdccd

#cddceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddceb Color CSS Codes

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

#cddceb Text Font Color

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

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


#cddceb Background Color

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

This div background color is #cddceb


#cddceb Border Color

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

This div border color is #cddceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddceb


Comments

No comments written yet.

Please login to write comment.