Shades of Reef #DFFAAA
Tints of Reef #DFFAAA
RGB
CMYK
RGB Variations
Color information
#DFFAAA (or 0xDFFAAA) is known color: Reef. HEX triplet: DF, FA and AA. RGB value is (223,250,170). Sum of RGB (Red+Green+Blue) = 223+250+170=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFAAA is #200555. Grayscale: #E9E9E9. Windows color (decimal): -2098518 or 11205343. OLE color: 11205343.
HSL color Cylindrical-coordinate representation of color #DFFAAA: hue angle of 80.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFFAAA is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 170 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.02 |
| HSL | 80.25º | 0.89% | 0.82% | - |
| HSV(B) | 80.25º | 0.32% | 0.98% | - |
| XYZ | 71.87 | 86.96 | 51.03 | - |
| YUV | 232.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 170 | 0.11 | 0 | 0.32 | 0.02 | 80.25 | 0.89 | 0.82 |
| Hex | DF | FA | AA | B | 0 | 20 | 2 | 50 | 59 | 52 |
| Octal | 337 | 372 | 252 | 13 | 0 | 40 | 2 | 120 | 131 | 122 |
| Binary | 11011111 | 11111010 | 10101010 | 1011 | 0 | 100000 | 10 | 1010000 | 1011001 | 1010010 |
Color Harmonies of #DFFAAA
Complementary color
Monochromatic Colors of #DFFAAA
Black with #DFFAAA
Text Example
Text Example
White with #DFFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAAA; }
p { color: rgb(223,250,170); }
H1.HeaderClassName
{
color: #DFFAAA;
}
.AnyTagClassName
{
color: #DFFAAA;
}
</style>
background-color css
<style>
a { background-color: #DFFAAA; }
a { background-color: rgb(223,250,170); }
div.DivClassName
{
background-color: #DFFAAA;
}
.BgClassName
{
background-color: #DFFAAA;
}
</style>
border-color css
<style>
span { border-color: #DFFAAA; }
span { border-color: rgb(223,250,170); }
td.TdClassName
{
border-color: #DFFAAA;
}
.TagClassName
{
border-color: #DFFAAA;
}
</style>