Shades of Reef #DFF2AB
Tints of Reef #DFF2AB
RGB
CMYK
RGB Variations
Color information
#DFF2AB (or 0xDFF2AB) is known color: Reef. HEX triplet: DF, F2 and AB. RGB value is (223,242,171). Sum of RGB (Red+Green+Blue) = 223+242+171=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF2AB is #200D54. Grayscale: #E4E4E4. Windows color (decimal): -2100565 or 11268831. OLE color: 11268831.
HSL color Cylindrical-coordinate representation of color #DFF2AB: hue angle of 76.06º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFF2AB is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 171 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.05 |
| HSL | 76.06º | 0.73% | 0.81% | - |
| HSV(B) | 76.06º | 0.29% | 0.95% | - |
| XYZ | 69.53 | 82.13 | 50.72 | - |
| YUV | 228.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 171 | 0.08 | 0 | 0.29 | 0.05 | 76.06 | 0.73 | 0.81 |
| Hex | DF | F2 | AB | 8 | 0 | 1D | 5 | 4C | 49 | 51 |
| Octal | 337 | 362 | 253 | 10 | 0 | 35 | 5 | 114 | 111 | 121 |
| Binary | 11011111 | 11110010 | 10101011 | 1000 | 0 | 11101 | 101 | 1001100 | 1001001 | 1010001 |
Color Harmonies of #DFF2AB
Complementary color
Monochromatic Colors of #DFF2AB
Black with #DFF2AB
Text Example
Text Example
White with #DFF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2AB; }
p { color: rgb(223,242,171); }
H1.HeaderClassName
{
color: #DFF2AB;
}
.AnyTagClassName
{
color: #DFF2AB;
}
</style>
background-color css
<style>
a { background-color: #DFF2AB; }
a { background-color: rgb(223,242,171); }
div.DivClassName
{
background-color: #DFF2AB;
}
.BgClassName
{
background-color: #DFF2AB;
}
</style>
border-color css
<style>
span { border-color: #DFF2AB; }
span { border-color: rgb(223,242,171); }
td.TdClassName
{
border-color: #DFF2AB;
}
.TagClassName
{
border-color: #DFF2AB;
}
</style>