#D2E7DC

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

Shades of Mystic #D2E7DC

Tints of Mystic #D2E7DC

Color information

#D2E7DC (or 0xD2E7DC) is unknown color: approx Mystic. HEX triplet: D2, E7 and DC. RGB value is (210,231,220). Sum of RGB (Red+Green+Blue) = 210+231+220=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7DC is #2D1823. Grayscale: #DFDFDF. Windows color (decimal): -2955300 or 14477266. OLE color: 14477266.

HSL color Cylindrical-coordinate representation of color #D2E7DC: hue angle of 148.57º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2E7DC is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB210231220-
CMYK0.0900.050.09
HSL148.57º30.43%86.47%-
HSV(B)148.57º9.09%90.59%-
XYZ68.0776.0278.8-
YUV223.47126.04118.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.77%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=31.77%
G=34.95%
B=33.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102312200.0900.050.09148.5730.4386.47
HexD2E7DC9059951e56
Octal32234733411051122536126
Binary11010010111001111101110010010101100110010101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7DC; }

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

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

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

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

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

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

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

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