Shades of Snowy Mint #D4EDCD
Tints of Snowy Mint #D4EDCD
RGB
CMYK
RGB Variations
Color information
#D4EDCD (or 0xD4EDCD) is known color: Snowy Mint. HEX triplet: D4, ED and CD. RGB value is (212,237,205). Sum of RGB (Red+Green+Blue) = 212+237+205=654 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.42% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDCD is #2B1232. Grayscale: #E1E1E1. Windows color (decimal): -2822707 or 13495764. OLE color: 13495764.
HSL color Cylindrical-coordinate representation of color #D4EDCD: hue angle of 106.88º degrees, saturation: 0.47, 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 #D4EDCD is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 237 | 205 | - |
CMYK | 0.11 | 0 | 0.14 | 0.07 |
HSL | 106.88º | 0.47% | 0.87% | - |
HSV(B) | 106.88º | 0.14% | 0.93% | - |
XYZ | 68.46 | 78.97 | 69.39 | - |
YUV | 225.88 | 116.22 | 118.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 237 | 205 | 0.11 | 0 | 0.14 | 0.07 | 106.88 | 0.47 | 0.87 |
Hex | D4 | ED | CD | B | 0 | E | 7 | 6B | 2F | 57 |
Octal | 324 | 355 | 315 | 13 | 0 | 16 | 7 | 153 | 57 | 127 |
Binary | 11010100 | 11101101 | 11001101 | 1011 | 0 | 1110 | 111 | 1101011 | 101111 | 1010111 |
Color Harmonies of #D4EDCD
Complementary color
Monochromatic Colors of #D4EDCD
Black with #D4EDCD
Text Example
Text Example
White with #D4EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDCD; }
p { color: rgb(212,237,205); }
H1.HeaderClassName
{
color: #D4EDCD;
}
.AnyTagClassName
{
color: #D4EDCD;
}
</style>
background-color css
<style>
a { background-color: #D4EDCD; }
a { background-color: rgb(212,237,205); }
div.DivClassName
{
background-color: #D4EDCD;
}
.BgClassName
{
background-color: #D4EDCD;
}
</style>
border-color css
<style>
span { border-color: #D4EDCD; }
span { border-color: rgb(212,237,205); }
td.TdClassName
{
border-color: #D4EDCD;
}
.TagClassName
{
border-color: #D4EDCD;
}
</style>