Color Hex Logo

#d0dbe1 Color Hex

#D0DBE1
(208,219,225)
0 Favorites   0 Comments

Color spaces of #d0dbe1

RGB 208219225
HSL0.560.220.85
HSV201°88°
CMYK 0.080.030.00   0.12
XYZ64.934569.509281.2284
Yxy69.50920.30110.3223
Hunter Lab83.3722-6.87640.5951
CIE-Lab86.7556-2.5440-4.2249

#d0dbe1 color RGB value is (208,219,225).

#d0dbe1 hex color red value is 208, green value is 219 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d0dbe1 hue: 0.56 , saturation: 0.22 and the lightness value of d0dbe1 is 0.85.

The process color (four color CMYK) of #d0dbe1 color hex is 0.08, 0.03, 0.00, 0.12. Web safe color of #d0dbe1 is #cccccc. Color #d0dbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011011 11100001
Octal 320 333 341
Decimal 208 219 225
Hex D0 DB E1

RGB Percentages of Color #d0dbe1

%31.90
%33.59
%34.51

CMYK Percentages of Color #d0dbe1

%8
%3
%0
%12

Triadic Colors of #d0dbe1

#d0dbe1 #e1d0db #dbe1d0

Analogous Colors of #d0dbe1

#d0dbe1 #d0d3e1 #d0e1df

Monochromatic Colors of #d0dbe1

#d0dbe1

Complementary Color

#d0dbe1 #e1d6d0

#d0dbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dbe1 Color CSS Codes

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

#d0dbe1 Text Font Color

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

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


#d0dbe1 Background Color

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

This div background color is #d0dbe1


#d0dbe1 Border Color

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

This div border color is #d0dbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dbe1


Comments

No comments written yet.

Please login to write comment.