#D2ECCC

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

Shades of Snowy Mint #D2ECCC

Tints of Snowy Mint #D2ECCC

Color information

#D2ECCC (or 0xD2ECCC) is unknown color: approx Snowy Mint. HEX triplet: D2, EC and CC. RGB value is (210,236,204). Sum of RGB (Red+Green+Blue) = 210+236+204=650 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.31% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECCC is #2D1333. Grayscale: #E0E0E0. Windows color (decimal): -2954036 or 13429970. OLE color: 13429970.

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

Color convert

RGB210236204-
CMYK0.1100.140.07
HSL108.75º45.71%86.27%-
HSV(B)108.75º13.56%92.55%-
XYZ67.4778.0568.64-
YUV224.58116.39117.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.31%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=32.31%
G=36.31%
B=31.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102362040.1100.140.07108.7545.7186.27
HexD2ECCCB0E76d2e56
Octal32235431413016715556126
Binary11010010111011001100110010110111011111011011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECCC; }

 p { color: rgb(210,236,204); }

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

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

 a { background-color: rgb(210,236,204); }

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

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

 span { border-color: rgb(210,236,204); }

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