Shades of Reef #DFFAA2
Tints of Reef #DFFAA2
RGB
CMYK
RGB Variations
Color information
#DFFAA2 (or 0xDFFAA2) is known color: Reef. HEX triplet: DF, FA and A2. RGB value is (223,250,162). Sum of RGB (Red+Green+Blue) = 223+250+162=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFAA2 is #20055D. Grayscale: #E8E8E8. Windows color (decimal): -2098526 or 10681055. OLE color: 10681055.
HSL color Cylindrical-coordinate representation of color #DFFAA2: hue angle of 78.41º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFFAA2 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 162 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.02 |
| HSL | 78.41º | 0.9% | 0.81% | - |
| HSV(B) | 78.41º | 0.35% | 0.98% | - |
| XYZ | 71.14 | 86.67 | 47.16 | - |
| YUV | 231.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 162 | 0.11 | 0 | 0.35 | 0.02 | 78.41 | 0.9 | 0.81 |
| Hex | DF | FA | A2 | B | 0 | 23 | 2 | 4E | 5A | 51 |
| Octal | 337 | 372 | 242 | 13 | 0 | 43 | 2 | 116 | 132 | 121 |
| Binary | 11011111 | 11111010 | 10100010 | 1011 | 0 | 100011 | 10 | 1001110 | 1011010 | 1010001 |
Color Harmonies of #DFFAA2
Complementary color
Monochromatic Colors of #DFFAA2
Black with #DFFAA2
Text Example
Text Example
White with #DFFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAA2; }
p { color: rgb(223,250,162); }
H1.HeaderClassName
{
color: #DFFAA2;
}
.AnyTagClassName
{
color: #DFFAA2;
}
</style>
background-color css
<style>
a { background-color: #DFFAA2; }
a { background-color: rgb(223,250,162); }
div.DivClassName
{
background-color: #DFFAA2;
}
.BgClassName
{
background-color: #DFFAA2;
}
</style>
border-color css
<style>
span { border-color: #DFFAA2; }
span { border-color: rgb(223,250,162); }
td.TdClassName
{
border-color: #DFFAA2;
}
.TagClassName
{
border-color: #DFFAA2;
}
</style>