Shades of Reef #DFFF9E
Tints of Reef #DFFF9E
RGB
CMYK
RGB Variations
Color information
#DFFF9E (or 0xDFFF9E) is known color: Reef. HEX triplet: DF, FF and 9E. RGB value is (223,255,158). Sum of RGB (Red+Green+Blue) = 223+255+158=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 158 (62.11% from 255 or 24.84% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFF9E is #200061. Grayscale: #EAEAEA. Windows color (decimal): -2097250 or 10420191. OLE color: 10420191.
HSL color Cylindrical-coordinate representation of color #DFFF9E: hue angle of 79.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFFF9E is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 158 | - |
| CMYK | 0.13 | 0 | 0.38 | 0 |
| HSL | 79.79º | 1% | 0.81% | - |
| HSV(B) | 79.79º | 0.38% | 1% | - |
| XYZ | 72.36 | 89.68 | 45.84 | - |
| YUV | 234.37 | 84.9 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 158 | 0.13 | 0 | 0.38 | 0 | 79.79 | 1 | 0.81 |
| Hex | DF | FF | 9E | D | 0 | 26 | 0 | 50 | 64 | 51 |
| Octal | 337 | 377 | 236 | 15 | 0 | 46 | 0 | 120 | 144 | 121 |
| Binary | 11011111 | 11111111 | 10011110 | 1101 | 0 | 100110 | 0 | 1010000 | 1100100 | 1010001 |
Color Harmonies of #DFFF9E
Complementary color
Monochromatic Colors of #DFFF9E
Black with #DFFF9E
Text Example
Text Example
White with #DFFF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF9E; }
p { color: rgb(223,255,158); }
H1.HeaderClassName
{
color: #DFFF9E;
}
.AnyTagClassName
{
color: #DFFF9E;
}
</style>
background-color css
<style>
a { background-color: #DFFF9E; }
a { background-color: rgb(223,255,158); }
div.DivClassName
{
background-color: #DFFF9E;
}
.BgClassName
{
background-color: #DFFF9E;
}
</style>
border-color css
<style>
span { border-color: #DFFF9E; }
span { border-color: rgb(223,255,158); }
td.TdClassName
{
border-color: #DFFF9E;
}
.TagClassName
{
border-color: #DFFF9E;
}
</style>