#D9E6FD

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

Shades of Solitude #D9E6FD

Tints of Solitude #D9E6FD

Color information

#D9E6FD (or 0xD9E6FD) is unknown color: approx Solitude. HEX triplet: D9, E6 and FD. RGB value is (217,230,253). Sum of RGB (Red+Green+Blue) = 217+230+253=700 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31% from 700); Green value is 230 (90.23% from 255 or 32.86% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E6FD is #261902. Grayscale: #E4E4E4. Windows color (decimal): -2496771 or 16639705. OLE color: 16639705.

HSL color Cylindrical-coordinate representation of color #D9E6FD: hue angle of 218.33º 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 #D9E6FD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217230253-
CMYK0.140.0900.01
HSL218.33º90%92.16%-
HSV(B)218.33º14.23%99.22%-
XYZ74.6478.44104.13-
YUV228.74141.69119.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31%
GREEN value IS 230 (90.23% from 255) = 32.86%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=31%
G=32.86%
B=36.14%

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
Decimal2172302530.140.0900.01218.339092.16
HexD9E6FDE901da5a5c
Octal331346375161101332132134
Binary11011001111001101111110111101001011101101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E6FD; }

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

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

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

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

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

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

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

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