Shades of Snowy Mint #DAF9CB
Tints of Snowy Mint #DAF9CB
RGB
CMYK
RGB Variations
Color information
#DAF9CB (or 0xDAF9CB) is known color: Snowy Mint. HEX triplet: DA, F9 and CB. RGB value is (218,249,203). Sum of RGB (Red+Green+Blue) = 218+249+203=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9CB is #250634. Grayscale: #EAEAEA. Windows color (decimal): -2426421 or 13367770. OLE color: 13367770.
HSL color Cylindrical-coordinate representation of color #DAF9CB: hue angle of 100.43º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAF9CB is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 203 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.02 |
| HSL | 100.43º | 0.79% | 0.89% | - |
| HSV(B) | 100.43º | 0.18% | 0.98% | - |
| XYZ | 73.57 | 86.97 | 69.41 | - |
| YUV | 234.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 203 | 0.12 | 0 | 0.18 | 0.02 | 100.43 | 0.79 | 0.89 |
| Hex | DA | F9 | CB | C | 0 | 12 | 2 | 64 | 4F | 59 |
| Octal | 332 | 371 | 313 | 14 | 0 | 22 | 2 | 144 | 117 | 131 |
| Binary | 11011010 | 11111001 | 11001011 | 1100 | 0 | 10010 | 10 | 1100100 | 1001111 | 1011001 |
Color Harmonies of #DAF9CB
Complementary color
Monochromatic Colors of #DAF9CB
Black with #DAF9CB
Text Example
Text Example
White with #DAF9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF9CB; }
p { color: rgb(218,249,203); }
H1.HeaderClassName
{
color: #DAF9CB;
}
.AnyTagClassName
{
color: #DAF9CB;
}
</style>
background-color css
<style>
a { background-color: #DAF9CB; }
a { background-color: rgb(218,249,203); }
div.DivClassName
{
background-color: #DAF9CB;
}
.BgClassName
{
background-color: #DAF9CB;
}
</style>
border-color css
<style>
span { border-color: #DAF9CB; }
span { border-color: rgb(218,249,203); }
td.TdClassName
{
border-color: #DAF9CB;
}
.TagClassName
{
border-color: #DAF9CB;
}
</style>