#D9E7FD

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

Shades of Solitude #D9E7FD

Tints of Solitude #D9E7FD

Color information

#D9E7FD (or 0xD9E7FD) is unknown color: approx Solitude. HEX triplet: D9, E7 and FD. RGB value is (217,231,253). Sum of RGB (Red+Green+Blue) = 217+231+253=701 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.96% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9E7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E7FD is #261802. Grayscale: #E5E5E5. Windows color (decimal): -2496515 or 16639961. OLE color: 16639961.

HSL color Cylindrical-coordinate representation of color #D9E7FD: hue angle of 216.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9E7FD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217231253-
CMYK0.140.0900.01
HSL216.67º90%92.16%-
HSV(B)216.67º14.23%99.22%-
XYZ74.9279104.23-
YUV229.32141.36119.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.96%
GREEN value IS 231 (90.62% from 255) = 32.95%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=30.96%
G=32.95%
B=36.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172312530.140.0900.01216.679092.16
HexD9E7FDE901d95a5c
Octal331347375161101331132134
Binary11011001111001111111110111101001011101100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E7FD; }

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

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

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

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

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

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

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

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