Shades of Snowy Mint #DAF5CB
Tints of Snowy Mint #DAF5CB
RGB
CMYK
RGB Variations
Color information
#DAF5CB (or 0xDAF5CB) is known color: Snowy Mint. HEX triplet: DA, F5 and CB. RGB value is (218,245,203). Sum of RGB (Red+Green+Blue) = 218+245+203=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5CB is #250A34. Grayscale: #E8E8E8. Windows color (decimal): -2427445 or 13366746. OLE color: 13366746.
HSL color Cylindrical-coordinate representation of color #DAF5CB: hue angle of 98.57º degrees, saturation: 0.68, 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 #DAF5CB is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 203 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.04 |
| HSL | 98.57º | 0.68% | 0.88% | - |
| HSV(B) | 98.57º | 0.17% | 0.96% | - |
| XYZ | 72.35 | 84.52 | 69 | - |
| YUV | 232.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 203 | 0.11 | 0 | 0.17 | 0.04 | 98.57 | 0.68 | 0.88 |
| Hex | DA | F5 | CB | B | 0 | 11 | 4 | 63 | 44 | 58 |
| Octal | 332 | 365 | 313 | 13 | 0 | 21 | 4 | 143 | 104 | 130 |
| Binary | 11011010 | 11110101 | 11001011 | 1011 | 0 | 10001 | 100 | 1100011 | 1000100 | 1011000 |
Color Harmonies of #DAF5CB
Complementary color
Monochromatic Colors of #DAF5CB
Black with #DAF5CB
Text Example
Text Example
White with #DAF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5CB; }
p { color: rgb(218,245,203); }
H1.HeaderClassName
{
color: #DAF5CB;
}
.AnyTagClassName
{
color: #DAF5CB;
}
</style>
background-color css
<style>
a { background-color: #DAF5CB; }
a { background-color: rgb(218,245,203); }
div.DivClassName
{
background-color: #DAF5CB;
}
.BgClassName
{
background-color: #DAF5CB;
}
</style>
border-color css
<style>
span { border-color: #DAF5CB; }
span { border-color: rgb(218,245,203); }
td.TdClassName
{
border-color: #DAF5CB;
}
.TagClassName
{
border-color: #DAF5CB;
}
</style>