#D2E9DC

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

Shades of Mystic #D2E9DC

Tints of Mystic #D2E9DC

Color information

#D2E9DC (or 0xD2E9DC) is unknown color: approx Mystic. HEX triplet: D2, E9 and DC. RGB value is (210,233,220). Sum of RGB (Red+Green+Blue) = 210+233+220=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E9DC is #2D1623. Grayscale: #E0E0E0. Windows color (decimal): -2954788 or 14477778. OLE color: 14477778.

HSL color Cylindrical-coordinate representation of color #D2E9DC: hue angle of 146.09º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2E9DC is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB210233220-
CMYK0.1000.060.09
HSL146.09º34.33%86.86%-
HSV(B)146.09º9.87%91.37%-
XYZ68.6477.1578.98-
YUV224.64125.38117.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.67%
GREEN value IS 233 (91.41% from 255) = 35.14%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=31.67%
G=35.14%
B=33.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102332200.1000.060.09146.0934.3386.86
HexD2E9DCA069922257
Octal32235133412061122242127
Binary110100101110100111011100101001101001100100101000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E9DC; }

 p { color: rgb(210,233,220); }

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

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

 a { background-color: rgb(210,233,220); }

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

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

 span { border-color: rgb(210,233,220); }

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