Shades of Snowy Mint #DAFBCB
Tints of Snowy Mint #DAFBCB
RGB
CMYK
RGB Variations
Color information
#DAFBCB (or 0xDAFBCB) is known color: Snowy Mint. HEX triplet: DA, FB and CB. RGB value is (218,251,203). Sum of RGB (Red+Green+Blue) = 218+251+203=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBCB is #250434. Grayscale: #EBEBEB. Windows color (decimal): -2425909 or 13368282. OLE color: 13368282.
HSL color Cylindrical-coordinate representation of color #DAFBCB: hue angle of 101.25º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAFBCB is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 203 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.02 |
| HSL | 101.25º | 0.86% | 0.89% | - |
| HSV(B) | 101.25º | 0.19% | 0.98% | - |
| XYZ | 74.19 | 88.21 | 69.62 | - |
| YUV | 235.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 203 | 0.13 | 0 | 0.19 | 0.02 | 101.25 | 0.86 | 0.89 |
| Hex | DA | FB | CB | D | 0 | 13 | 2 | 65 | 56 | 59 |
| Octal | 332 | 373 | 313 | 15 | 0 | 23 | 2 | 145 | 126 | 131 |
| Binary | 11011010 | 11111011 | 11001011 | 1101 | 0 | 10011 | 10 | 1100101 | 1010110 | 1011001 |
Color Harmonies of #DAFBCB
Complementary color
Monochromatic Colors of #DAFBCB
Black with #DAFBCB
Text Example
Text Example
White with #DAFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBCB; }
p { color: rgb(218,251,203); }
H1.HeaderClassName
{
color: #DAFBCB;
}
.AnyTagClassName
{
color: #DAFBCB;
}
</style>
background-color css
<style>
a { background-color: #DAFBCB; }
a { background-color: rgb(218,251,203); }
div.DivClassName
{
background-color: #DAFBCB;
}
.BgClassName
{
background-color: #DAFBCB;
}
</style>
border-color css
<style>
span { border-color: #DAFBCB; }
span { border-color: rgb(218,251,203); }
td.TdClassName
{
border-color: #DAFBCB;
}
.TagClassName
{
border-color: #DAFBCB;
}
</style>