Shades of Reef #DFFAA1
Tints of Reef #DFFAA1
RGB
CMYK
RGB Variations
Color information
#DFFAA1 (or 0xDFFAA1) is known color: Reef. HEX triplet: DF, FA and A1. RGB value is (223,250,161). Sum of RGB (Red+Green+Blue) = 223+250+161=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFAA1 is #20055E. Grayscale: #E8E8E8. Windows color (decimal): -2098527 or 10615519. OLE color: 10615519.
HSL color Cylindrical-coordinate representation of color #DFFAA1: hue angle of 78.2º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFFAA1 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 161 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.02 |
| HSL | 78.2º | 0.9% | 0.81% | - |
| HSV(B) | 78.2º | 0.36% | 0.98% | - |
| XYZ | 71.05 | 86.63 | 46.7 | - |
| YUV | 231.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 161 | 0.11 | 0 | 0.36 | 0.02 | 78.2 | 0.9 | 0.81 |
| Hex | DF | FA | A1 | B | 0 | 24 | 2 | 4E | 5A | 51 |
| Octal | 337 | 372 | 241 | 13 | 0 | 44 | 2 | 116 | 132 | 121 |
| Binary | 11011111 | 11111010 | 10100001 | 1011 | 0 | 100100 | 10 | 1001110 | 1011010 | 1010001 |
Color Harmonies of #DFFAA1
Complementary color
Monochromatic Colors of #DFFAA1
Black with #DFFAA1
Text Example
Text Example
White with #DFFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAA1; }
p { color: rgb(223,250,161); }
H1.HeaderClassName
{
color: #DFFAA1;
}
.AnyTagClassName
{
color: #DFFAA1;
}
</style>
background-color css
<style>
a { background-color: #DFFAA1; }
a { background-color: rgb(223,250,161); }
div.DivClassName
{
background-color: #DFFAA1;
}
.BgClassName
{
background-color: #DFFAA1;
}
</style>
border-color css
<style>
span { border-color: #DFFAA1; }
span { border-color: rgb(223,250,161); }
td.TdClassName
{
border-color: #DFFAA1;
}
.TagClassName
{
border-color: #DFFAA1;
}
</style>