Shades of Reef #DFFBA2
Tints of Reef #DFFBA2
RGB
CMYK
RGB Variations
Color information
#DFFBA2 (or 0xDFFBA2) is known color: Reef. HEX triplet: DF, FB and A2. RGB value is (223,251,162). Sum of RGB (Red+Green+Blue) = 223+251+162=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFBA2 is #20045D. Grayscale: #E8E8E8. Windows color (decimal): -2098270 or 10681311. OLE color: 10681311.
HSL color Cylindrical-coordinate representation of color #DFFBA2: hue angle of 78.88º degrees, saturation: 0.92, 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 #DFFBA2 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 162 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.02 |
| HSL | 78.88º | 0.92% | 0.81% | - |
| HSV(B) | 78.88º | 0.35% | 0.98% | - |
| XYZ | 71.45 | 87.29 | 47.27 | - |
| YUV | 232.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 162 | 0.11 | 0 | 0.35 | 0.02 | 78.88 | 0.92 | 0.81 |
| Hex | DF | FB | A2 | B | 0 | 23 | 2 | 4F | 5C | 51 |
| Octal | 337 | 373 | 242 | 13 | 0 | 43 | 2 | 117 | 134 | 121 |
| Binary | 11011111 | 11111011 | 10100010 | 1011 | 0 | 100011 | 10 | 1001111 | 1011100 | 1010001 |
Color Harmonies of #DFFBA2
Complementary color
Monochromatic Colors of #DFFBA2
Black with #DFFBA2
Text Example
Text Example
White with #DFFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFBA2; }
p { color: rgb(223,251,162); }
H1.HeaderClassName
{
color: #DFFBA2;
}
.AnyTagClassName
{
color: #DFFBA2;
}
</style>
background-color css
<style>
a { background-color: #DFFBA2; }
a { background-color: rgb(223,251,162); }
div.DivClassName
{
background-color: #DFFBA2;
}
.BgClassName
{
background-color: #DFFBA2;
}
</style>
border-color css
<style>
span { border-color: #DFFBA2; }
span { border-color: rgb(223,251,162); }
td.TdClassName
{
border-color: #DFFBA2;
}
.TagClassName
{
border-color: #DFFBA2;
}
</style>