#D2EBCC

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

Shades of Snowy Mint #D2EBCC

Tints of Snowy Mint #D2EBCC

Color information

#D2EBCC (or 0xD2EBCC) is unknown color: approx Snowy Mint. HEX triplet: D2, EB and CC. RGB value is (210,235,204). Sum of RGB (Red+Green+Blue) = 210+235+204=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBCC is #2D1433. Grayscale: #E0E0E0. Windows color (decimal): -2954292 or 13429714. OLE color: 13429714.

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

Color convert

RGB210235204-
CMYK0.1100.130.08
HSL108.39º43.66%86.08%-
HSV(B)108.39º13.19%92.16%-
XYZ67.1977.4868.54-
YUV223.99116.72118.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=32.36%
G=36.21%
B=31.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102352040.1100.130.08108.3943.6686.08
HexD2EBCCB0D86c2c56
Octal322353314130151015454126
Binary110100101110101111001100101101101100011011001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBCC; }

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

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

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

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

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

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

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

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