#D7E0DC

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

Shades of Mystic #D7E0DC

Tints of Mystic #D7E0DC

Color information

#D7E0DC (or 0xD7E0DC) is unknown color: approx Mystic. HEX triplet: D7, E0 and DC. RGB value is (215,224,220). Sum of RGB (Red+Green+Blue) = 215+224+220=659 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.63% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E0DC is #281F23. Grayscale: #DCDCDC. Windows color (decimal): -2629412 or 14475479. OLE color: 14475479.

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

Color convert

RGB215224220-
CMYK0.0400.020.12
HSL153.33º12.68%86.08%-
HSV(B)153.33º4.02%87.84%-
XYZ67.672.9378.22-
YUV220.85127.52123.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.63%
GREEN value IS 224 (87.89% from 255) = 33.99%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=32.63%
G=33.99%
B=33.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152242200.0400.020.12153.3312.6886.08
HexD7E0DC402C99d56
Octal3273403344021423115126
Binary11010111111000001101110010001011001001100111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E0DC; }

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

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

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

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

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

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

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

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