#D0E7DA

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

Shades of Mystic #D0E7DA

Tints of Mystic #D0E7DA

Color information

#D0E7DA (or 0xD0E7DA) is unknown color: approx Mystic. HEX triplet: D0, E7 and DA. RGB value is (208,231,218). Sum of RGB (Red+Green+Blue) = 208+231+218=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7DA is #2F1825. Grayscale: #DEDEDE. Windows color (decimal): -3086374 or 14346192. OLE color: 14346192.

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

Color convert

RGB208231218-
CMYK0.1000.060.09
HSL146.09º32.39%86.08%-
HSV(B)146.09º9.96%90.59%-
XYZ67.2475.6277.38-
YUV222.64125.38117.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.66%
GREEN value IS 231 (90.62% from 255) = 35.16%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=31.66%
G=35.16%
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
Decimal2082312180.1000.060.09146.0932.3986.08
HexD0E7DAA069922056
Octal32034733212061122240126
Binary110100001110011111011010101001101001100100101000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E7DA; }

 p { color: rgb(208,231,218); }

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

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

 a { background-color: rgb(208,231,218); }

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

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

 span { border-color: rgb(208,231,218); }

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