Shades of Reef #DAFEAB
Tints of Reef #DAFEAB
RGB
CMYK
RGB Variations
Color information
#DAFEAB (or 0xDAFEAB) is known color: Reef. HEX triplet: DA, FE and AB. RGB value is (218,254,171). Sum of RGB (Red+Green+Blue) = 218+254+171=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFEAB is #250154. Grayscale: #EAEAEA. Windows color (decimal): -2425173 or 11271898. OLE color: 11271898.
HSL color Cylindrical-coordinate representation of color #DAFEAB: hue angle of 86.02º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAFEAB is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 171 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.00 |
| HSL | 86.02º | 0.98% | 0.83% | - |
| HSV(B) | 86.02º | 0.33% | 1% | - |
| XYZ | 71.71 | 88.73 | 51.88 | - |
| YUV | 233.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 171 | 0.14 | 0 | 0.33 | 0.00 | 86.02 | 0.98 | 0.83 |
| Hex | DA | FE | AB | E | 0 | 21 | 0 | 56 | 62 | 53 |
| Octal | 332 | 376 | 253 | 16 | 0 | 41 | 0 | 126 | 142 | 123 |
| Binary | 11011010 | 11111110 | 10101011 | 1110 | 0 | 100001 | 0 | 1010110 | 1100010 | 1010011 |
Color Harmonies of #DAFEAB
Complementary color
Monochromatic Colors of #DAFEAB
Black with #DAFEAB
Text Example
Text Example
White with #DAFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEAB; }
p { color: rgb(218,254,171); }
H1.HeaderClassName
{
color: #DAFEAB;
}
.AnyTagClassName
{
color: #DAFEAB;
}
</style>
background-color css
<style>
a { background-color: #DAFEAB; }
a { background-color: rgb(218,254,171); }
div.DivClassName
{
background-color: #DAFEAB;
}
.BgClassName
{
background-color: #DAFEAB;
}
</style>
border-color css
<style>
span { border-color: #DAFEAB; }
span { border-color: rgb(218,254,171); }
td.TdClassName
{
border-color: #DAFEAB;
}
.TagClassName
{
border-color: #DAFEAB;
}
</style>