Shades of Snowy Mint #D4EFCA
Tints of Snowy Mint #D4EFCA
RGB
CMYK
RGB Variations
Color information
#D4EFCA (or 0xD4EFCA) is known color: Snowy Mint. HEX triplet: D4, EF and CA. RGB value is (212,239,202). Sum of RGB (Red+Green+Blue) = 212+239+202=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EFCA is #2B1035. Grayscale: #E2E2E2. Windows color (decimal): -2822198 or 13299668. OLE color: 13299668.
HSL color Cylindrical-coordinate representation of color #D4EFCA: hue angle of 103.78º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4EFCA is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 212 | 239 | 202 | - |
CMYK | 0.11 | 0 | 0.15 | 0.06 |
HSL | 103.78º | 0.54% | 0.86% | - |
HSV(B) | 103.78º | 0.15% | 0.94% | - |
XYZ | 68.68 | 79.99 | 67.7 | - |
YUV | 226.71 | 114.05 | 117.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 239 | 202 | 0.11 | 0 | 0.15 | 0.06 | 103.78 | 0.54 | 0.86 |
Hex | D4 | EF | CA | B | 0 | F | 6 | 68 | 36 | 56 |
Octal | 324 | 357 | 312 | 13 | 0 | 17 | 6 | 150 | 66 | 126 |
Binary | 11010100 | 11101111 | 11001010 | 1011 | 0 | 1111 | 110 | 1101000 | 110110 | 1010110 |
Color Harmonies of #D4EFCA
Complementary color
Monochromatic Colors of #D4EFCA
Black with #D4EFCA
Text Example
Text Example
White with #D4EFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EFCA; }
p { color: rgb(212,239,202); }
H1.HeaderClassName
{
color: #D4EFCA;
}
.AnyTagClassName
{
color: #D4EFCA;
}
</style>
background-color css
<style>
a { background-color: #D4EFCA; }
a { background-color: rgb(212,239,202); }
div.DivClassName
{
background-color: #D4EFCA;
}
.BgClassName
{
background-color: #D4EFCA;
}
</style>
border-color css
<style>
span { border-color: #D4EFCA; }
span { border-color: rgb(212,239,202); }
td.TdClassName
{
border-color: #D4EFCA;
}
.TagClassName
{
border-color: #D4EFCA;
}
</style>