#D5EDCC

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

Shades of Snowy Mint #D5EDCC

Tints of Snowy Mint #D5EDCC

Color information

#D5EDCC (or 0xD5EDCC) is unknown color: approx Snowy Mint. HEX triplet: D5, ED and CC. RGB value is (213,237,204). Sum of RGB (Red+Green+Blue) = 213+237+204=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDCC is #2A1233. Grayscale: #E2E2E2. Windows color (decimal): -2757172 or 13430229. OLE color: 13430229.

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

Color convert

RGB213237204-
CMYK0.1000.140.07
HSL103.64º47.83%86.47%-
HSV(B)103.64º13.92%92.94%-
XYZ68.6279.0768.77-
YUV226.06115.55118.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.57%
GREEN value IS 237 (92.97% from 255) = 36.24%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=32.57%
G=36.24%
B=31.19%

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
Decimal2132372040.1000.140.07103.6447.8386.47
HexD5EDCCA0E7683056
Octal32535531412016715060126
Binary11010101111011011100110010100111011111010001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDCC; }

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

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

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

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

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

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

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

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