Color Hex Logo

#d5d9ff Color Hex

#D5D9FF
(213,217,255)
1 Favorites   0 Comments

Color spaces of #d5d9ff

RGB 213217255
HSL0.651.000.92
HSV234°16°100°
CMYK 0.160.150.00   0.00
XYZ70.303470.9918104.6051
Yxy70.99180.28590.2887
Hunter Lab84.25661.4906-14.6292
CIE-Lab87.48106.1459-18.9301

#d5d9ff color RGB value is (213,217,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011001 11111111
Octal 325 331 377
Decimal 213 217 255
Hex D5 D9 FF

RGB Percentages of Color #d5d9ff

%31.09
%31.68
%37.23

CMYK Percentages of Color #d5d9ff

%16
%15
%0
%0

Triadic Colors of #d5d9ff

#d5d9ff #ffd5d9 #d9ffd5

Analogous Colors of #d5d9ff

#d5d9ff #e6d5ff #d5eeff

Monochromatic Colors of #d5d9ff

#d5d9ff

Complementary Color

#d5d9ff #fffbd5

#d5d9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5d9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5d9ff Color CSS Codes

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

#d5d9ff Text Font Color

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

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


#d5d9ff Background Color

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

This div background color is #d5d9ff


#d5d9ff Border Color

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

This div border color is #d5d9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d9ff


Comments

No comments written yet.

Please login to write comment.