Shades of Snowy Mint #D9EECF
Tints of Snowy Mint #D9EECF
RGB
CMYK
RGB Variations
Color information
#D9EECF (or 0xD9EECF) is known color: Snowy Mint. HEX triplet: D9, EE and CF. RGB value is (217,238,207). Sum of RGB (Red+Green+Blue) = 217+238+207=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EECF is #261130. Grayscale: #E4E4E4. Windows color (decimal): -2494769 or 13627097. OLE color: 13627097.
HSL color Cylindrical-coordinate representation of color #D9EECF: hue angle of 100.65º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9EECF is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 238 | 207 | - |
CMYK | 0.09 | 0 | 0.13 | 0.07 |
HSL | 100.65º | 0.48% | 0.87% | - |
HSV(B) | 100.65º | 0.13% | 0.93% | - |
XYZ | 70.45 | 80.41 | 70.84 | - |
YUV | 228.19 | 116.04 | 120.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 238 | 207 | 0.09 | 0 | 0.13 | 0.07 | 100.65 | 0.48 | 0.87 |
Hex | D9 | EE | CF | 9 | 0 | D | 7 | 65 | 30 | 57 |
Octal | 331 | 356 | 317 | 11 | 0 | 15 | 7 | 145 | 60 | 127 |
Binary | 11011001 | 11101110 | 11001111 | 1001 | 0 | 1101 | 111 | 1100101 | 110000 | 1010111 |
Color Harmonies of #D9EECF
Complementary color
Monochromatic Colors of #D9EECF
Black with #D9EECF
Text Example
Text Example
White with #D9EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EECF; }
p { color: rgb(217,238,207); }
H1.HeaderClassName
{
color: #D9EECF;
}
.AnyTagClassName
{
color: #D9EECF;
}
</style>
background-color css
<style>
a { background-color: #D9EECF; }
a { background-color: rgb(217,238,207); }
div.DivClassName
{
background-color: #D9EECF;
}
.BgClassName
{
background-color: #D9EECF;
}
</style>
border-color css
<style>
span { border-color: #D9EECF; }
span { border-color: rgb(217,238,207); }
td.TdClassName
{
border-color: #D9EECF;
}
.TagClassName
{
border-color: #D9EECF;
}
</style>