Shades of Snowy Mint #DAF3CE
Tints of Snowy Mint #DAF3CE
RGB
CMYK
RGB Variations
Color information
#DAF3CE (or 0xDAF3CE) is known color: Snowy Mint. HEX triplet: DA, F3 and CE. RGB value is (218,243,206). Sum of RGB (Red+Green+Blue) = 218+243+206=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3CE is #250C31. Grayscale: #E7E7E7. Windows color (decimal): -2427954 or 13562842. OLE color: 13562842.
HSL color Cylindrical-coordinate representation of color #DAF3CE: hue angle of 100.54º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAF3CE is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 206 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.05 |
| HSL | 100.54º | 0.61% | 0.88% | - |
| HSV(B) | 100.54º | 0.15% | 0.95% | - |
| XYZ | 72.1 | 83.46 | 70.7 | - |
| YUV | 231.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 206 | 0.10 | 0 | 0.15 | 0.05 | 100.54 | 0.61 | 0.88 |
| Hex | DA | F3 | CE | A | 0 | F | 5 | 65 | 3D | 58 |
| Octal | 332 | 363 | 316 | 12 | 0 | 17 | 5 | 145 | 75 | 130 |
| Binary | 11011010 | 11110011 | 11001110 | 1010 | 0 | 1111 | 101 | 1100101 | 111101 | 1011000 |
Color Harmonies of #DAF3CE
Complementary color
Monochromatic Colors of #DAF3CE
Black with #DAF3CE
Text Example
Text Example
White with #DAF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3CE; }
p { color: rgb(218,243,206); }
H1.HeaderClassName
{
color: #DAF3CE;
}
.AnyTagClassName
{
color: #DAF3CE;
}
</style>
background-color css
<style>
a { background-color: #DAF3CE; }
a { background-color: rgb(218,243,206); }
div.DivClassName
{
background-color: #DAF3CE;
}
.BgClassName
{
background-color: #DAF3CE;
}
</style>
border-color css
<style>
span { border-color: #DAF3CE; }
span { border-color: rgb(218,243,206); }
td.TdClassName
{
border-color: #DAF3CE;
}
.TagClassName
{
border-color: #DAF3CE;
}
</style>