Shades of Snowy Mint #DAFFCB
Tints of Snowy Mint #DAFFCB
RGB
CMYK
RGB Variations
Color information
#DAFFCB (or 0xDAFFCB) is known color: Snowy Mint. HEX triplet: DA, FF and CB. RGB value is (218,255,203). Sum of RGB (Red+Green+Blue) = 218+255+203=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFCB is #250034. Grayscale: #EEEEEE. Windows color (decimal): -2424885 or 13369306. OLE color: 13369306.
HSL color Cylindrical-coordinate representation of color #DAFFCB: hue angle of 102.69º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAFFCB is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 203 | - |
CMYK | 0.15 | 0 | 0.20 | 0 |
HSL | 102.69º | 1% | 0.9% | - |
HSV(B) | 102.69º | 0.2% | 1% | - |
XYZ | 75.45 | 90.74 | 70.04 | - |
YUV | 238.01 | 108.24 | 113.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 203 | 0.15 | 0 | 0.20 | 0 | 102.69 | 1 | 0.9 |
Hex | DA | FF | CB | F | 0 | 14 | 0 | 67 | 64 | 5A |
Octal | 332 | 377 | 313 | 17 | 0 | 24 | 0 | 147 | 144 | 132 |
Binary | 11011010 | 11111111 | 11001011 | 1111 | 0 | 10100 | 0 | 1100111 | 1100100 | 1011010 |
Color Harmonies of #DAFFCB
Complementary color
Monochromatic Colors of #DAFFCB
Black with #DAFFCB
Text Example
Text Example
White with #DAFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFCB; }
p { color: rgb(218,255,203); }
H1.HeaderClassName
{
color: #DAFFCB;
}
.AnyTagClassName
{
color: #DAFFCB;
}
</style>
background-color css
<style>
a { background-color: #DAFFCB; }
a { background-color: rgb(218,255,203); }
div.DivClassName
{
background-color: #DAFFCB;
}
.BgClassName
{
background-color: #DAFFCB;
}
</style>
border-color css
<style>
span { border-color: #DAFFCB; }
span { border-color: rgb(218,255,203); }
td.TdClassName
{
border-color: #DAFFCB;
}
.TagClassName
{
border-color: #DAFFCB;
}
</style>