Color Hex Logo

#d1dfeb Color Hex

#D1DFEB
(209,223,235)
0 Favorites   0 Comments

Color spaces of #d1dfeb

RGB 209223235
HSL0.580.390.87
HSV208°11°92°
CMYK 0.110.050.00   0.08
XYZ67.677672.328888.9911
Yxy72.32880.29550.3158
Hunter Lab85.0463-6.7856-2.5076
CIE-Lab88.1266-2.3380-7.4644

#d1dfeb color RGB value is (209,223,235).

#d1dfeb hex color red value is 209, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d1dfeb hue: 0.58 , saturation: 0.39 and the lightness value of d1dfeb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011111 11101011
Octal 321 337 353
Decimal 209 223 235
Hex D1 DF EB

RGB Percentages of Color #d1dfeb

%31.33
%33.43
%35.23

CMYK Percentages of Color #d1dfeb

%11
%5
%0
%8

Triadic Colors of #d1dfeb

#d1dfeb #ebd1df #dfebd1

Analogous Colors of #d1dfeb

#d1dfeb #d1d2eb #d1ebea

Monochromatic Colors of #d1dfeb

#d1dfeb

Complementary Color

#d1dfeb #ebddd1

#d1dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dfeb Color CSS Codes

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

#d1dfeb Text Font Color

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

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


#d1dfeb Background Color

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

This div background color is #d1dfeb


#d1dfeb Border Color

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

This div border color is #d1dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dfeb

#d1dfeb Color Palettes


Comments

No comments written yet.

Please login to write comment.