#D9E0DC

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

Shades of Mystic #D9E0DC

Tints of Mystic #D9E0DC

Color information

#D9E0DC (or 0xD9E0DC) is unknown color: approx Mystic. HEX triplet: D9, E0 and DC. RGB value is (217,224,220). Sum of RGB (Red+Green+Blue) = 217+224+220=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0DC is #261F23. Grayscale: #DDDDDD. Windows color (decimal): -2498340 or 14475481. OLE color: 14475481.

HSL color Cylindrical-coordinate representation of color #D9E0DC: hue angle of 145.71º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9E0DC is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB217224220-
CMYK0.0300.020.12
HSL145.71º10.14%86.47%-
HSV(B)145.71º3.12%87.84%-
XYZ68.1973.2378.25-
YUV221.45127.18124.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.83%
GREEN value IS 224 (87.89% from 255) = 33.89%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=32.83%
G=33.89%
B=33.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172242200.0300.020.12145.7110.1486.47
HexD9E0DC302C92a56
Octal3313403343021422212126
Binary1101100111100000110111001101011001001001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0DC; }

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

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

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

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

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

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

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

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