Color Hex Logo

#d1daff Color Hex

#D1DAFF
(209,218,255)
0 Favorites   0 Comments

Color spaces of #d1daff

RGB 209218255
HSL0.631.000.91
HSV228°18°100°
CMYK 0.180.150.00   0.00
XYZ69.415970.9181104.6377
Yxy70.91810.28340.2895
Hunter Lab84.2129-0.2367-14.7211
CIE-Lab87.44524.3895-19.0124

#d1daff color RGB value is (209,218,255).

#d1daff hex color red value is 209, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d1daff hue: 0.63 , saturation: 1.00 and the lightness value of d1daff is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011010 11111111
Octal 321 332 377
Decimal 209 218 255
Hex D1 DA FF

RGB Percentages of Color #d1daff

%30.65
%31.96
%37.39

CMYK Percentages of Color #d1daff

%18
%15
%0
%0

Triadic Colors of #d1daff

#d1daff #ffd1da #daffd1

Analogous Colors of #d1daff

#d1daff #dfd1ff #d1f1ff

Monochromatic Colors of #d1daff

#d1daff

Complementary Color

#d1daff #fff6d1

#d1daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1daff Color CSS Codes

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

#d1daff Text Font Color

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

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


#d1daff Background Color

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

This div background color is #d1daff


#d1daff Border Color

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

This div border color is #d1daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1daff


Comments

No comments written yet.

Please login to write comment.