Color Hex Logo

#d9ddff Color Hex

#D9DDFF
(217,221,255)
1 Favorites   0 Comments

Color spaces of #d9ddff

RGB 217221255
HSL0.651.000.93
HSV234°15°100°
CMYK 0.150.130.00   0.00
XYZ72.521773.6846105.0080
Yxy73.68460.28870.2933
Hunter Lab85.83970.5862-12.4418
CIE-Lab88.77325.2830-16.9552

#d9ddff color RGB value is (217,221,255).

#d9ddff hex color red value is 217, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d9ddff hue: 0.65 , saturation: 1.00 and the lightness value of d9ddff is 0.93.

The process color (four color CMYK) of #d9ddff color hex is 0.15, 0.13, 0.00, 0.00. Web safe color of #d9ddff is #ccccff. Color #d9ddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011101 11111111
Octal 331 335 377
Decimal 217 221 255
Hex D9 DD FF

RGB Percentages of Color #d9ddff

%31.31
%31.89
%36.80

CMYK Percentages of Color #d9ddff

%15
%13
%0
%0

Triadic Colors of #d9ddff

#d9ddff #ffd9dd #ddffd9

Analogous Colors of #d9ddff

#d9ddff #e8d9ff #d9f0ff

Monochromatic Colors of #d9ddff

#d9ddff

Complementary Color

#d9ddff #fffbd9

#d9ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ddff Color CSS Codes

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

#d9ddff Text Font Color

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

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


#d9ddff Background Color

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

This div background color is #d9ddff


#d9ddff Border Color

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

This div border color is #d9ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ddff

Related Colors


Comments

No comments written yet.

Please login to write comment.