Shades of Reef #DFFAA0
Tints of Reef #DFFAA0
RGB
CMYK
RGB Variations
Color information
#DFFAA0 (or 0xDFFAA0) is known color: Reef. HEX triplet: DF, FA and A0. RGB value is (223,250,160). Sum of RGB (Red+Green+Blue) = 223+250+160=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFAA0 is #20055F. Grayscale: #E7E7E7. Windows color (decimal): -2098528 or 10549983. OLE color: 10549983.
HSL color Cylindrical-coordinate representation of color #DFFAA0: hue angle of 78º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFFAA0 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 160 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.02 |
| HSL | 78º | 0.9% | 0.8% | - |
| HSV(B) | 78º | 0.36% | 0.98% | - |
| XYZ | 70.96 | 86.6 | 46.23 | - |
| YUV | 231.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 160 | 0.11 | 0 | 0.36 | 0.02 | 78 | 0.9 | 0.8 |
| Hex | DF | FA | A0 | B | 0 | 24 | 2 | 4E | 5A | 50 |
| Octal | 337 | 372 | 240 | 13 | 0 | 44 | 2 | 116 | 132 | 120 |
| Binary | 11011111 | 11111010 | 10100000 | 1011 | 0 | 100100 | 10 | 1001110 | 1011010 | 1010000 |
Color Harmonies of #DFFAA0
Complementary color
Monochromatic Colors of #DFFAA0
Black with #DFFAA0
Text Example
Text Example
White with #DFFAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAA0; }
p { color: rgb(223,250,160); }
H1.HeaderClassName
{
color: #DFFAA0;
}
.AnyTagClassName
{
color: #DFFAA0;
}
</style>
background-color css
<style>
a { background-color: #DFFAA0; }
a { background-color: rgb(223,250,160); }
div.DivClassName
{
background-color: #DFFAA0;
}
.BgClassName
{
background-color: #DFFAA0;
}
</style>
border-color css
<style>
span { border-color: #DFFAA0; }
span { border-color: rgb(223,250,160); }
td.TdClassName
{
border-color: #DFFAA0;
}
.TagClassName
{
border-color: #DFFAA0;
}
</style>