Shades of Snowy Mint #D9F3CD
Tints of Snowy Mint #D9F3CD
RGB
CMYK
RGB Variations
Color information
#D9F3CD (or 0xD9F3CD) is known color: Snowy Mint. HEX triplet: D9, F3 and CD. RGB value is (217,243,205). Sum of RGB (Red+Green+Blue) = 217+243+205=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F3CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F3CD is #260C32. Grayscale: #E7E7E7. Windows color (decimal): -2493491 or 13497305. OLE color: 13497305.
HSL color Cylindrical-coordinate representation of color #D9F3CD: hue angle of 101.05º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9F3CD is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 243 | 205 | - |
CMYK | 0.11 | 0 | 0.16 | 0.05 |
HSL | 101.05º | 0.61% | 0.88% | - |
HSV(B) | 101.05º | 0.16% | 0.95% | - |
XYZ | 71.69 | 83.26 | 70.05 | - |
YUV | 230.89 | 113.39 | 118.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 243 | 205 | 0.11 | 0 | 0.16 | 0.05 | 101.05 | 0.61 | 0.88 |
Hex | D9 | F3 | CD | B | 0 | 10 | 5 | 65 | 3D | 58 |
Octal | 331 | 363 | 315 | 13 | 0 | 20 | 5 | 145 | 75 | 130 |
Binary | 11011001 | 11110011 | 11001101 | 1011 | 0 | 10000 | 101 | 1100101 | 111101 | 1011000 |
Color Harmonies of #D9F3CD
Complementary color
Monochromatic Colors of #D9F3CD
Black with #D9F3CD
Text Example
Text Example
White with #D9F3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F3CD; }
p { color: rgb(217,243,205); }
H1.HeaderClassName
{
color: #D9F3CD;
}
.AnyTagClassName
{
color: #D9F3CD;
}
</style>
background-color css
<style>
a { background-color: #D9F3CD; }
a { background-color: rgb(217,243,205); }
div.DivClassName
{
background-color: #D9F3CD;
}
.BgClassName
{
background-color: #D9F3CD;
}
</style>
border-color css
<style>
span { border-color: #D9F3CD; }
span { border-color: rgb(217,243,205); }
td.TdClassName
{
border-color: #D9F3CD;
}
.TagClassName
{
border-color: #D9F3CD;
}
</style>