Shades of Snowy Mint #DAF6CB
Tints of Snowy Mint #DAF6CB
RGB
CMYK
RGB Variations
Color information
#DAF6CB (or 0xDAF6CB) is known color: Snowy Mint. HEX triplet: DA, F6 and CB. RGB value is (218,246,203). Sum of RGB (Red+Green+Blue) = 218+246+203=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6CB is #250934. Grayscale: #E8E8E8. Windows color (decimal): -2427189 or 13367002. OLE color: 13367002.
HSL color Cylindrical-coordinate representation of color #DAF6CB: hue angle of 99.07º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAF6CB is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 203 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.04 |
| HSL | 99.07º | 0.7% | 0.88% | - |
| HSV(B) | 99.07º | 0.17% | 0.96% | - |
| XYZ | 72.65 | 85.13 | 69.1 | - |
| YUV | 232.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 203 | 0.11 | 0 | 0.17 | 0.04 | 99.07 | 0.7 | 0.88 |
| Hex | DA | F6 | CB | B | 0 | 11 | 4 | 63 | 46 | 58 |
| Octal | 332 | 366 | 313 | 13 | 0 | 21 | 4 | 143 | 106 | 130 |
| Binary | 11011010 | 11110110 | 11001011 | 1011 | 0 | 10001 | 100 | 1100011 | 1000110 | 1011000 |
Color Harmonies of #DAF6CB
Complementary color
Monochromatic Colors of #DAF6CB
Black with #DAF6CB
Text Example
Text Example
White with #DAF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6CB; }
p { color: rgb(218,246,203); }
H1.HeaderClassName
{
color: #DAF6CB;
}
.AnyTagClassName
{
color: #DAF6CB;
}
</style>
background-color css
<style>
a { background-color: #DAF6CB; }
a { background-color: rgb(218,246,203); }
div.DivClassName
{
background-color: #DAF6CB;
}
.BgClassName
{
background-color: #DAF6CB;
}
</style>
border-color css
<style>
span { border-color: #DAF6CB; }
span { border-color: rgb(218,246,203); }
td.TdClassName
{
border-color: #DAF6CB;
}
.TagClassName
{
border-color: #DAF6CB;
}
</style>