Shades of Reef #DFFBAA
Tints of Reef #DFFBAA
RGB
CMYK
RGB Variations
Color information
#DFFBAA (or 0xDFFBAA) is known color: Reef. HEX triplet: DF, FB and AA. RGB value is (223,251,170). Sum of RGB (Red+Green+Blue) = 223+251+170=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFBAA is #200455. Grayscale: #E9E9E9. Windows color (decimal): -2098262 or 11205599. OLE color: 11205599.
HSL color Cylindrical-coordinate representation of color #DFFBAA: hue angle of 80.74º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFFBAA is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 170 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.02 |
| HSL | 80.74º | 0.91% | 0.83% | - |
| HSV(B) | 80.74º | 0.32% | 0.98% | - |
| XYZ | 72.18 | 87.58 | 51.13 | - |
| YUV | 233.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 170 | 0.11 | 0 | 0.32 | 0.02 | 80.74 | 0.91 | 0.83 |
| Hex | DF | FB | AA | B | 0 | 20 | 2 | 51 | 5B | 53 |
| Octal | 337 | 373 | 252 | 13 | 0 | 40 | 2 | 121 | 133 | 123 |
| Binary | 11011111 | 11111011 | 10101010 | 1011 | 0 | 100000 | 10 | 1010001 | 1011011 | 1010011 |
Color Harmonies of #DFFBAA
Complementary color
Monochromatic Colors of #DFFBAA
Black with #DFFBAA
Text Example
Text Example
White with #DFFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFBAA; }
p { color: rgb(223,251,170); }
H1.HeaderClassName
{
color: #DFFBAA;
}
.AnyTagClassName
{
color: #DFFBAA;
}
</style>
background-color css
<style>
a { background-color: #DFFBAA; }
a { background-color: rgb(223,251,170); }
div.DivClassName
{
background-color: #DFFBAA;
}
.BgClassName
{
background-color: #DFFBAA;
}
</style>
border-color css
<style>
span { border-color: #DFFBAA; }
span { border-color: rgb(223,251,170); }
td.TdClassName
{
border-color: #DFFBAA;
}
.TagClassName
{
border-color: #DFFBAA;
}
</style>