#D4EDCC

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

Shades of Snowy Mint #D4EDCC

Tints of Snowy Mint #D4EDCC

Color information

#D4EDCC (or 0xD4EDCC) is unknown color: approx Snowy Mint. HEX triplet: D4, ED and CC. RGB value is (212,237,204). Sum of RGB (Red+Green+Blue) = 212+237+204=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDCC is #2B1233. Grayscale: #E1E1E1. Windows color (decimal): -2822708 or 13430228. OLE color: 13430228.

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

Color convert

RGB212237204-
CMYK0.1100.140.07
HSL105.45º47.83%86.47%-
HSV(B)105.45º13.92%92.94%-
XYZ68.3378.9368.76-
YUV225.76115.72118.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.47%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 204 (80.08% from 255) = 31.24%
R=32.47%
G=36.29%
B=31.24%

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
Decimal2122372040.1100.140.07105.4547.8386.47
HexD4EDCCB0E7693056
Octal32435531413016715160126
Binary11010100111011011100110010110111011111010011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EDCC; }

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

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

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

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

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

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

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

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