Color Hex Logo

#d9dff4 Color Hex

#D9DFF4
(217,223,244)
0 Favorites   0 Comments

Color spaces of #d9dff4

RGB 217223244
HSL0.630.550.90
HSV227°11°96°
CMYK 0.110.090.00   0.04
XYZ71.332174.058796.1231
Yxy74.05870.29540.3066
Hunter Lab86.0574-2.6435-5.9847
CIE-Lab88.95022.0080-10.9120

#d9dff4 color RGB value is (217,223,244).

#d9dff4 hex color red value is 217, green value is 223 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #d9dff4 hue: 0.63 , saturation: 0.55 and the lightness value of d9dff4 is 0.90.

The process color (four color CMYK) of #d9dff4 color hex is 0.11, 0.09, 0.00, 0.04. Web safe color of #d9dff4 is #ccccff. Color #d9dff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011111 11110100
Octal 331 337 364
Decimal 217 223 244
Hex D9 DF F4

RGB Percentages of Color #d9dff4

%31.73
%32.60
%35.67

CMYK Percentages of Color #d9dff4

%11
%9
%0
%4

Triadic Colors of #d9dff4

#d9dff4 #f4d9df #dff4d9

Analogous Colors of #d9dff4

#d9dff4 #e1d9f4 #d9edf4

Monochromatic Colors of #d9dff4

#d9dff4

Complementary Color

#d9dff4 #f4eed9

#d9dff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dff4 Color CSS Codes

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

#d9dff4 Text Font Color

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

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


#d9dff4 Background Color

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

This div background color is #d9dff4


#d9dff4 Border Color

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

This div border color is #d9dff4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,223,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dff4


Comments

No comments written yet.

Please login to write comment.