#D2EDCC

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

Shades of Snowy Mint #D2EDCC

Tints of Snowy Mint #D2EDCC

Color information

#D2EDCC (or 0xD2EDCC) is unknown color: approx Snowy Mint. HEX triplet: D2, ED and CC. RGB value is (210,237,204). Sum of RGB (Red+Green+Blue) = 210+237+204=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDCC is #2D1233. Grayscale: #E1E1E1. Windows color (decimal): -2953780 or 13430226. OLE color: 13430226.

HSL color Cylindrical-coordinate representation of color #D2EDCC: hue angle of 109.09º degrees, saturation: 0.48, 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 #D2EDCC is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB210237204-
CMYK0.1100.140.07
HSL109.09º47.83%86.47%-
HSV(B)109.09º13.92%92.94%-
XYZ67.7678.6368.73-
YUV225.16116.05117.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.26%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 204 (80.08% from 255) = 31.34%
R=32.26%
G=36.41%
B=31.34%

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
Decimal2102372040.1100.140.07109.0947.8386.47
HexD2EDCCB0E76d3056
Octal32235531413016715560126
Binary11010010111011011100110010110111011111011011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDCC; }

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

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

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

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

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

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

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

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