#D9E7FA

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

Shades of Solitude #D9E7FA

Tints of Solitude #D9E7FA

Color information

#D9E7FA (or 0xD9E7FA) is unknown color: approx Solitude. HEX triplet: D9, E7 and FA. RGB value is (217,231,250). Sum of RGB (Red+Green+Blue) = 217+231+250=698 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.09% from 698); Green value is 231 (90.62% from 255 or 33.09% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9E7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E7FA is #261805. Grayscale: #E4E4E4. Windows color (decimal): -2496518 or 16443353. OLE color: 16443353.

HSL color Cylindrical-coordinate representation of color #D9E7FA: hue angle of 214.55º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9E7FA is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217231250-
CMYK0.130.0800.02
HSL214.55º76.74%91.57%-
HSV(B)214.55º13.2%98.04%-
XYZ74.4578.81101.73-
YUV228.98139.86119.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.09%
GREEN value IS 231 (90.62% from 255) = 33.09%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=31.09%
G=33.09%
B=35.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172312500.130.0800.02214.5576.7491.57
HexD9E7FAD802d74d5c
Octal331347372151002327115134
Binary110110011110011111111010110110000101101011110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E7FA; }

 p { color: rgb(217,231,250); }

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

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

 a { background-color: rgb(217,231,250); }

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

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

 span { border-color: rgb(217,231,250); }

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