Color Hex Logo

#d9dfeb Color Hex

#D9DFEB
(217,223,235)
0 Favorites   0 Comments

Color spaces of #d9dfeb

RGB 217223235
HSL0.610.310.89
HSV220°92°
CMYK 0.080.050.00   0.08
XYZ69.998373.525289.0997
Yxy73.52520.30090.3161
Hunter Lab85.7468-4.3408-1.5856
CIE-Lab88.69760.2470-6.5560

#d9dfeb color RGB value is (217,223,235).

#d9dfeb hex color red value is 217, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d9dfeb hue: 0.61 , saturation: 0.31 and the lightness value of d9dfeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011111 11101011
Octal 331 337 353
Decimal 217 223 235
Hex D9 DF EB

RGB Percentages of Color #d9dfeb

%32.15
%33.04
%34.81

CMYK Percentages of Color #d9dfeb

%8
%5
%0
%8

Triadic Colors of #d9dfeb

#d9dfeb #ebd9df #dfebd9

Analogous Colors of #d9dfeb

#d9dfeb #dcd9eb #d9e8eb

Monochromatic Colors of #d9dfeb

#d9dfeb

Complementary Color

#d9dfeb #ebe5d9

#d9dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dfeb Color CSS Codes

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

#d9dfeb Text Font Color

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

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


#d9dfeb Background Color

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

This div background color is #d9dfeb


#d9dfeb Border Color

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

This div border color is #d9dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dfeb


Comments

No comments written yet.

Please login to write comment.