#D0EEC7

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

Shades of Snowy Mint #D0EEC7

Tints of Snowy Mint #D0EEC7

Color information

#D0EEC7 (or 0xD0EEC7) is unknown color: approx Snowy Mint. HEX triplet: D0, EE and C7. RGB value is (208,238,199). Sum of RGB (Red+Green+Blue) = 208+238+199=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEC7 is #2F1138. Grayscale: #E0E0E0. Windows color (decimal): -3084601 or 13102800. OLE color: 13102800.

HSL color Cylindrical-coordinate representation of color #D0EEC7: hue angle of 106.15º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0EEC7 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB208238199-
CMYK0.1300.160.07
HSL106.15º53.42%85.69%-
HSV(B)106.15º16.39%93.33%-
XYZ66.978.6865.69-
YUV224.58113.56116.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.25%
GREEN value IS 238 (93.36% from 255) = 36.90%
BLUE value IS 199 (78.12% from 255) = 30.85%
R=32.25%
G=36.90%
B=30.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381990.1300.160.07106.1553.4285.69
HexD0EEC7D01076a3556
Octal32035630715020715265126
Binary110100001110111011000111110101000011111010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEC7; }

 p { color: rgb(208,238,199); }

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

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

 a { background-color: rgb(208,238,199); }

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

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

 span { border-color: rgb(208,238,199); }

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