#D9EAFE

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

Shades of Solitude #D9EAFE

Tints of Solitude #D9EAFE

Color information

#D9EAFE (or 0xD9EAFE) is unknown color: approx Solitude. HEX triplet: D9, EA and FE. RGB value is (217,234,254). Sum of RGB (Red+Green+Blue) = 217+234+254=705 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.78% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAFE is #261501. Grayscale: #E7E7E7. Windows color (decimal): -2495746 or 16706265. OLE color: 16706265.

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

Color convert

RGB217234254-
CMYK0.150.0800.00
HSL212.43º94.87%92.35%-
HSV(B)212.43º14.57%99.61%-
XYZ75.9380.75105.35-
YUV231.2140.87117.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.78%
GREEN value IS 234 (91.80% from 255) = 33.19%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=30.78%
G=33.19%
B=36.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172342540.150.0800.00212.4394.8792.35
HexD9EAFEF800d45f5c
Octal331352376171000324137134
Binary11011001111010101111111011111000001101010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EAFE; }

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

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

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

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

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

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

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

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