Color Hex Logo

#d0dceb Color Hex

#D0DCEB
(208,220,235)
0 Favorites   0 Comments

Color spaces of #d0dceb

RGB 208220235
HSL0.590.400.87
HSV213°11°92°
CMYK 0.110.060.00   0.08
XYZ66.601070.594588.7131
Yxy70.59450.29480.3125
Hunter Lab84.0205-5.5434-3.7870
CIE-Lab87.2876-1.1018-8.7160

#d0dceb color RGB value is (208,220,235).

#d0dceb hex color red value is 208, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d0dceb hue: 0.59 , saturation: 0.40 and the lightness value of d0dceb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011100 11101011
Octal 320 334 353
Decimal 208 220 235
Hex D0 DC EB

RGB Percentages of Color #d0dceb

%31.37
%33.18
%35.44

CMYK Percentages of Color #d0dceb

%11
%6
%0
%8

Triadic Colors of #d0dceb

#d0dceb #ebd0dc #dcebd0

Analogous Colors of #d0dceb

#d0dceb #d2d0eb #d0eaeb

Monochromatic Colors of #d0dceb

#d0dceb

Complementary Color

#d0dceb #ebdfd0

#d0dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dceb Color CSS Codes

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

#d0dceb Text Font Color

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

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


#d0dceb Background Color

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

This div background color is #d0dceb


#d0dceb Border Color

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

This div border color is #d0dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dceb


Comments

No comments written yet.

Please login to write comment.