Shades of Reef #DFF1A8
Tints of Reef #DFF1A8
RGB
CMYK
RGB Variations
Color information
#DFF1A8 (or 0xDFF1A8) is known color: Reef. HEX triplet: DF, F1 and A8. RGB value is (223,241,168). Sum of RGB (Red+Green+Blue) = 223+241+168=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 168 (66.02% from 255 or 26.58% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF1A8 is #200E57. Grayscale: #E3E3E3. Windows color (decimal): -2100824 or 11071967. OLE color: 11071967.
HSL color Cylindrical-coordinate representation of color #DFF1A8: hue angle of 74.79º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFF1A8 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 168 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.05 |
| HSL | 74.79º | 0.72% | 0.8% | - |
| HSV(B) | 74.79º | 0.3% | 0.95% | - |
| XYZ | 68.95 | 81.43 | 49.13 | - |
| YUV | 227.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 168 | 0.07 | 0 | 0.30 | 0.05 | 74.79 | 0.72 | 0.8 |
| Hex | DF | F1 | A8 | 7 | 0 | 1E | 5 | 4B | 48 | 50 |
| Octal | 337 | 361 | 250 | 7 | 0 | 36 | 5 | 113 | 110 | 120 |
| Binary | 11011111 | 11110001 | 10101000 | 111 | 0 | 11110 | 101 | 1001011 | 1001000 | 1010000 |
Color Harmonies of #DFF1A8
Complementary color
Monochromatic Colors of #DFF1A8
Black with #DFF1A8
Text Example
Text Example
White with #DFF1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1A8; }
p { color: rgb(223,241,168); }
H1.HeaderClassName
{
color: #DFF1A8;
}
.AnyTagClassName
{
color: #DFF1A8;
}
</style>
background-color css
<style>
a { background-color: #DFF1A8; }
a { background-color: rgb(223,241,168); }
div.DivClassName
{
background-color: #DFF1A8;
}
.BgClassName
{
background-color: #DFF1A8;
}
</style>
border-color css
<style>
span { border-color: #DFF1A8; }
span { border-color: rgb(223,241,168); }
td.TdClassName
{
border-color: #DFF1A8;
}
.TagClassName
{
border-color: #DFF1A8;
}
</style>