#D0EAC9

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

Shades of Snowy Mint #D0EAC9

Tints of Snowy Mint #D0EAC9

Color information

#D0EAC9 (or 0xD0EAC9) is unknown color: approx Snowy Mint. HEX triplet: D0, EA and C9. RGB value is (208,234,201). Sum of RGB (Red+Green+Blue) = 208+234+201=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EAC9 is #2F1536. Grayscale: #DEDEDE. Windows color (decimal): -3085623 or 13232848. OLE color: 13232848.

HSL color Cylindrical-coordinate representation of color #D0EAC9: hue angle of 107.27º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0EAC9 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB208234201-
CMYK0.1100.140.08
HSL107.27º44%85.29%-
HSV(B)107.27º14.1%91.76%-
XYZ65.9876.4766.54-
YUV222.46115.89117.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.35%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 201 (78.91% from 255) = 31.26%
R=32.35%
G=36.39%
B=31.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082342010.1100.140.08107.274485.29
HexD0EAC9B0E86b2c55
Octal320352311130161015354125
Binary110100001110101011001001101101110100011010111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EAC9; }

 p { color: rgb(208,234,201); }

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

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

 a { background-color: rgb(208,234,201); }

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

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

 span { border-color: rgb(208,234,201); }

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