#D2EDCA

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

Shades of Snowy Mint #D2EDCA

Tints of Snowy Mint #D2EDCA

Color information

#D2EDCA (or 0xD2EDCA) is unknown color: approx Snowy Mint. HEX triplet: D2, ED and CA. RGB value is (210,237,202). Sum of RGB (Red+Green+Blue) = 210+237+202=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDCA is #2D1235. Grayscale: #E1E1E1. Windows color (decimal): -2953782 or 13299154. OLE color: 13299154.

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

Color convert

RGB210237202-
CMYK0.1100.150.07
HSL106.29º49.3%86.08%-
HSV(B)106.29º14.77%92.94%-
XYZ67.5278.5367.48-
YUV224.94115.05117.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=32.36%
G=36.52%
B=31.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102372020.1100.150.07106.2949.386.08
HexD2EDCAB0F76a3156
Octal32235531213017715261126
Binary11010010111011011100101010110111111111010101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDCA; }

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

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

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

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

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

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

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

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