Shades of Reef #DFF1A6
Tints of Reef #DFF1A6
RGB
CMYK
RGB Variations
Color information
#DFF1A6 (or 0xDFF1A6) is known color: Reef. HEX triplet: DF, F1 and A6. RGB value is (223,241,166). Sum of RGB (Red+Green+Blue) = 223+241+166=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 166 (65.23% from 255 or 26.35% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF1A6 is #200E59. Grayscale: #E3E3E3. Windows color (decimal): -2100826 or 10940895. OLE color: 10940895.
HSL color Cylindrical-coordinate representation of color #DFF1A6: hue angle of 74.4º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFF1A6 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 166 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.05 |
| HSL | 74.4º | 0.73% | 0.8% | - |
| HSV(B) | 74.4º | 0.31% | 0.95% | - |
| XYZ | 68.77 | 81.35 | 48.15 | - |
| YUV | 227.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 166 | 0.07 | 0 | 0.31 | 0.05 | 74.4 | 0.73 | 0.8 |
| Hex | DF | F1 | A6 | 7 | 0 | 1F | 5 | 4A | 49 | 50 |
| Octal | 337 | 361 | 246 | 7 | 0 | 37 | 5 | 112 | 111 | 120 |
| Binary | 11011111 | 11110001 | 10100110 | 111 | 0 | 11111 | 101 | 1001010 | 1001001 | 1010000 |
Color Harmonies of #DFF1A6
Complementary color
Monochromatic Colors of #DFF1A6
Black with #DFF1A6
Text Example
Text Example
White with #DFF1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1A6; }
p { color: rgb(223,241,166); }
H1.HeaderClassName
{
color: #DFF1A6;
}
.AnyTagClassName
{
color: #DFF1A6;
}
</style>
background-color css
<style>
a { background-color: #DFF1A6; }
a { background-color: rgb(223,241,166); }
div.DivClassName
{
background-color: #DFF1A6;
}
.BgClassName
{
background-color: #DFF1A6;
}
</style>
border-color css
<style>
span { border-color: #DFF1A6; }
span { border-color: rgb(223,241,166); }
td.TdClassName
{
border-color: #DFF1A6;
}
.TagClassName
{
border-color: #DFF1A6;
}
</style>