#D5ECCC

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

Shades of Snowy Mint #D5ECCC

Tints of Snowy Mint #D5ECCC

Color information

#D5ECCC (or 0xD5ECCC) is unknown color: approx Snowy Mint. HEX triplet: D5, EC and CC. RGB value is (213,236,204). Sum of RGB (Red+Green+Blue) = 213+236+204=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECCC is #2A1333. Grayscale: #E1E1E1. Windows color (decimal): -2757428 or 13429973. OLE color: 13429973.

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

Color convert

RGB213236204-
CMYK0.1000.140.07
HSL103.12º45.71%86.27%-
HSV(B)103.12º13.56%92.55%-
XYZ68.3478.568.68-
YUV225.48115.88119.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.62%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 204 (80.08% from 255) = 31.24%
R=32.62%
G=36.14%
B=31.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132362040.1000.140.07103.1245.7186.27
HexD5ECCCA0E7672e56
Octal32535431412016714756126
Binary11010101111011001100110010100111011111001111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECCC; }

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

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

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

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

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

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

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

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