Shades of Snowy Mint #D2F3C6
Tints of Snowy Mint #D2F3C6
RGB
CMYK
RGB Variations
Color information
#D2F3C6 (or 0xD2F3C6) is known color: Snowy Mint. HEX triplet: D2, F3 and C6. RGB value is (210,243,198). Sum of RGB (Red+Green+Blue) = 210+243+198=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F3C6 is #2D0C39. Grayscale: #E4E4E4. Windows color (decimal): -2952250 or 13038546. OLE color: 13038546.
HSL color Cylindrical-coordinate representation of color #D2F3C6: hue angle of 104º degrees, saturation: 0.65, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2F3C6 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 198 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.05 |
| HSL | 104º | 0.65% | 0.86% | - |
| HSV(B) | 104º | 0.19% | 0.95% | - |
| XYZ | 68.82 | 81.88 | 65.6 | - |
| YUV | 228 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 198 | 0.14 | 0 | 0.19 | 0.05 | 104 | 0.65 | 0.86 |
| Hex | D2 | F3 | C6 | E | 0 | 13 | 5 | 68 | 41 | 56 |
| Octal | 322 | 363 | 306 | 16 | 0 | 23 | 5 | 150 | 101 | 126 |
| Binary | 11010010 | 11110011 | 11000110 | 1110 | 0 | 10011 | 101 | 1101000 | 1000001 | 1010110 |
Color Harmonies of #D2F3C6
Complementary color
Monochromatic Colors of #D2F3C6
Black with #D2F3C6
Text Example
Text Example
White with #D2F3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F3C6; }
p { color: rgb(210,243,198); }
H1.HeaderClassName
{
color: #D2F3C6;
}
.AnyTagClassName
{
color: #D2F3C6;
}
</style>
background-color css
<style>
a { background-color: #D2F3C6; }
a { background-color: rgb(210,243,198); }
div.DivClassName
{
background-color: #D2F3C6;
}
.BgClassName
{
background-color: #D2F3C6;
}
</style>
border-color css
<style>
span { border-color: #D2F3C6; }
span { border-color: rgb(210,243,198); }
td.TdClassName
{
border-color: #D2F3C6;
}
.TagClassName
{
border-color: #D2F3C6;
}
</style>