#D9DFDC

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

Shades of Mystic #D9DFDC

Tints of Mystic #D9DFDC

Color information

#D9DFDC (or 0xD9DFDC) is unknown color: approx Mystic. HEX triplet: D9, DF and DC. RGB value is (217,223,220). Sum of RGB (Red+Green+Blue) = 217+223+220=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFDC is #262023. Grayscale: #DCDCDC. Windows color (decimal): -2498596 or 14475225. OLE color: 14475225.

HSL color Cylindrical-coordinate representation of color #D9DFDC: hue angle of 150º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DFDC is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB217223220-
CMYK0.0300.010.13
HSL150º8.57%86.27%-
HSV(B)150º2.69%87.45%-
XYZ67.9272.6978.16-
YUV220.86127.51125.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.88%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=32.88%
G=33.79%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172232200.0300.010.131508.5786.27
HexD9DFDC301D96956
Octal3313373343011522611126
Binary110110011101111111011100110111011001011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFDC; }

 p { color: rgb(217,223,220); }

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

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

 a { background-color: rgb(217,223,220); }

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

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

 span { border-color: rgb(217,223,220); }

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