#D2E8DA

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

Shades of Mystic #D2E8DA

Tints of Mystic #D2E8DA

Color information

#D2E8DA (or 0xD2E8DA) is unknown color: approx Mystic. HEX triplet: D2, E8 and DA. RGB value is (210,232,218). Sum of RGB (Red+Green+Blue) = 210+232+218=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E8DA is #2D1725. Grayscale: #DFDFDF. Windows color (decimal): -2955046 or 14346450. OLE color: 14346450.

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

Color convert

RGB210232218-
CMYK0.0900.060.09
HSL141.82º32.35%86.67%-
HSV(B)141.82º9.48%90.98%-
XYZ68.0976.4877.5-
YUV223.83124.71118.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.82%
GREEN value IS 232 (91.02% from 255) = 35.15%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=31.82%
G=35.15%
B=33.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102322180.0900.060.09141.8232.3586.67
HexD2E8DA90698e2057
Octal32235033211061121640127
Binary110100101110100011011010100101101001100011101000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E8DA; }

 p { color: rgb(210,232,218); }

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

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

 a { background-color: rgb(210,232,218); }

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

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

 span { border-color: rgb(210,232,218); }

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