#D0E8DA

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

Shades of Mystic #D0E8DA

Tints of Mystic #D0E8DA

Color information

#D0E8DA (or 0xD0E8DA) is unknown color: approx Mystic. HEX triplet: D0, E8 and DA. RGB value is (208,232,218). Sum of RGB (Red+Green+Blue) = 208+232+218=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E8DA is #2F1725. Grayscale: #DFDFDF. Windows color (decimal): -3086118 or 14346448. OLE color: 14346448.

HSL color Cylindrical-coordinate representation of color #D0E8DA: hue angle of 145º degrees, saturation: 0.34, 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 #D0E8DA is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB208232218-
CMYK0.1000.060.09
HSL145º34.29%86.27%-
HSV(B)145º10.34%90.98%-
XYZ67.5276.1977.48-
YUV223.23125.05117.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.61%
GREEN value IS 232 (91.02% from 255) = 35.26%
BLUE value IS 218 (85.55% from 255) = 33.13%
R=31.61%
G=35.26%
B=33.13%

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
Decimal2082322180.1000.060.0914534.2986.27
HexD0E8DAA069912256
Octal32035033212061122142126
Binary110100001110100011011010101001101001100100011000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E8DA; }

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

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

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

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

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

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

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

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