Shades of Reef #DFF6A1
Tints of Reef #DFF6A1
RGB
CMYK
RGB Variations
Color information
#DFF6A1 (or 0xDFF6A1) is known color: Reef. HEX triplet: DF, F6 and A1. RGB value is (223,246,161). Sum of RGB (Red+Green+Blue) = 223+246+161=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 246 (96.48% from 255 or 39.05% from 630); Blue value is 161 (63.28% from 255 or 25.56% from 630); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF6A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF6A1 is #20095E. Grayscale: #E5E5E5. Windows color (decimal): -2099551 or 10614495. OLE color: 10614495.
HSL color Cylindrical-coordinate representation of color #DFF6A1: hue angle of 76.24º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFF6A1 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 161 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.04 |
| HSL | 76.24º | 0.83% | 0.8% | - |
| HSV(B) | 76.24º | 0.35% | 0.96% | - |
| XYZ | 69.82 | 84.17 | 46.29 | - |
| YUV | 229.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 161 | 0.09 | 0 | 0.35 | 0.04 | 76.24 | 0.83 | 0.8 |
| Hex | DF | F6 | A1 | 9 | 0 | 23 | 4 | 4C | 53 | 50 |
| Octal | 337 | 366 | 241 | 11 | 0 | 43 | 4 | 114 | 123 | 120 |
| Binary | 11011111 | 11110110 | 10100001 | 1001 | 0 | 100011 | 100 | 1001100 | 1010011 | 1010000 |
Color Harmonies of #DFF6A1
Complementary color
Monochromatic Colors of #DFF6A1
Black with #DFF6A1
Text Example
Text Example
White with #DFF6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF6A1; }
p { color: rgb(223,246,161); }
H1.HeaderClassName
{
color: #DFF6A1;
}
.AnyTagClassName
{
color: #DFF6A1;
}
</style>
background-color css
<style>
a { background-color: #DFF6A1; }
a { background-color: rgb(223,246,161); }
div.DivClassName
{
background-color: #DFF6A1;
}
.BgClassName
{
background-color: #DFF6A1;
}
</style>
border-color css
<style>
span { border-color: #DFF6A1; }
span { border-color: rgb(223,246,161); }
td.TdClassName
{
border-color: #DFF6A1;
}
.TagClassName
{
border-color: #DFF6A1;
}
</style>