Shades of Snowy Mint #DAF3CF
Tints of Snowy Mint #DAF3CF
RGB
CMYK
RGB Variations
Color information
#DAF3CF (or 0xDAF3CF) is known color: Snowy Mint. HEX triplet: DA, F3 and CF. RGB value is (218,243,207). Sum of RGB (Red+Green+Blue) = 218+243+207=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3CF is #250C30. Grayscale: #E7E7E7. Windows color (decimal): -2427953 or 13628378. OLE color: 13628378.
HSL color Cylindrical-coordinate representation of color #DAF3CF: hue angle of 101.67º degrees, saturation: 0.6, 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 #DAF3CF is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 207 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.05 |
| HSL | 101.67º | 0.6% | 0.88% | - |
| HSV(B) | 101.67º | 0.15% | 0.95% | - |
| XYZ | 72.23 | 83.51 | 71.34 | - |
| YUV | 231.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 207 | 0.10 | 0 | 0.15 | 0.05 | 101.67 | 0.6 | 0.88 |
| Hex | DA | F3 | CF | A | 0 | F | 5 | 66 | 3C | 58 |
| Octal | 332 | 363 | 317 | 12 | 0 | 17 | 5 | 146 | 74 | 130 |
| Binary | 11011010 | 11110011 | 11001111 | 1010 | 0 | 1111 | 101 | 1100110 | 111100 | 1011000 |
Color Harmonies of #DAF3CF
Complementary color
Monochromatic Colors of #DAF3CF
Black with #DAF3CF
Text Example
Text Example
White with #DAF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3CF; }
p { color: rgb(218,243,207); }
H1.HeaderClassName
{
color: #DAF3CF;
}
.AnyTagClassName
{
color: #DAF3CF;
}
</style>
background-color css
<style>
a { background-color: #DAF3CF; }
a { background-color: rgb(218,243,207); }
div.DivClassName
{
background-color: #DAF3CF;
}
.BgClassName
{
background-color: #DAF3CF;
}
</style>
border-color css
<style>
span { border-color: #DAF3CF; }
span { border-color: rgb(218,243,207); }
td.TdClassName
{
border-color: #DAF3CF;
}
.TagClassName
{
border-color: #DAF3CF;
}
</style>