#D5EECC

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

Shades of Snowy Mint #D5EECC

Tints of Snowy Mint #D5EECC

Color information

#D5EECC (or 0xD5EECC) is unknown color: approx Snowy Mint. HEX triplet: D5, EE and CC. RGB value is (213,238,204). Sum of RGB (Red+Green+Blue) = 213+238+204=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EECC is #2A1133. Grayscale: #E2E2E2. Windows color (decimal): -2756916 or 13430485. OLE color: 13430485.

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

Color convert

RGB213238204-
CMYK0.1100.140.07
HSL104.12º50%86.67%-
HSV(B)104.12º14.29%93.33%-
XYZ68.9179.6568.87-
YUV226.65115.22118.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.52%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 204 (80.08% from 255) = 31.15%
R=32.52%
G=36.34%
B=31.15%

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
Decimal2132382040.1100.140.07104.125086.67
HexD5EECCB0E7683257
Octal32535631413016715062127
Binary11010101111011101100110010110111011111010001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EECC; }

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

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

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

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

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

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

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

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