#D9EAFF

Color #D9EAFF Solitude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitude #D9EAFF

Tints of Solitude #D9EAFF

Color information

#D9EAFF (or 0xD9EAFF) is unknown color: approx Solitude. HEX triplet: D9, EA and FF. RGB value is (217,234,255). Sum of RGB (Red+Green+Blue) = 217+234+255=706 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.74% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAFF is #261500. Grayscale: #E7E7E7. Windows color (decimal): -2495745 or 16771801. OLE color: 16771801.

HSL color Cylindrical-coordinate representation of color #D9EAFF: hue angle of 213.16º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9EAFF is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB217234255-
CMYK0.150.0800
HSL213.16º100%92.55%-
HSV(B)213.16º14.9%100%-
XYZ76.0980.82106.2-
YUV231.31141.37117.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 30.74%
GREEN value IS 234 (91.80% from 255) = 33.14%
BLUE value IS 255 (100% from 255) = 36.12%
R=30.74%
G=33.14%
B=36.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172342550.150.0800213.1610092.55
HexD9EAFFF800d5645d
Octal331352377171000325144135
Binary11011001111010101111111111111000001101010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EAFF; }

 p { color: rgb(217,234,255); }

 H1.HeaderClassName
 {
   color: #D9EAFF;
 }
 .AnyTagClassName
 {
   color: #D9EAFF;
 }
</style>
background-color css

<style>
 a { background-color: #D9EAFF; }

 a { background-color: rgb(217,234,255); }

 div.DivClassName
 {
   background-color: #D9EAFF;
 }
 .BgClassName
 {
   background-color: #D9EAFF;
 }
</style>
border-color css

<style>
 span { border-color: #D9EAFF; }

 span { border-color: rgb(217,234,255); }

 td.TdClassName
 {
   border-color: #D9EAFF;
 }
 .TagClassName
 {
   border-color: #D9EAFF;
 }
</style>