Shades of Reef #DFEE9E
Tints of Reef #DFEE9E
RGB
CMYK
RGB Variations
Color information
#DFEE9E (or 0xDFEE9E) is known color: Reef. HEX triplet: DF, EE and 9E. RGB value is (223,238,158). Sum of RGB (Red+Green+Blue) = 223+238+158=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEE9E is #201161. Grayscale: #E0E0E0. Windows color (decimal): -2101602 or 10415839. OLE color: 10415839.
HSL color Cylindrical-coordinate representation of color #DFEE9E: hue angle of 71.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFEE9E is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 158 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.07 |
| HSL | 71.25º | 0.7% | 0.78% | - |
| HSV(B) | 71.25º | 0.34% | 0.93% | - |
| XYZ | 67.18 | 79.31 | 44.11 | - |
| YUV | 224.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 158 | 0.06 | 0 | 0.34 | 0.07 | 71.25 | 0.7 | 0.78 |
| Hex | DF | EE | 9E | 6 | 0 | 22 | 7 | 47 | 46 | 4E |
| Octal | 337 | 356 | 236 | 6 | 0 | 42 | 7 | 107 | 106 | 116 |
| Binary | 11011111 | 11101110 | 10011110 | 110 | 0 | 100010 | 111 | 1000111 | 1000110 | 1001110 |
Color Harmonies of #DFEE9E
Complementary color
Monochromatic Colors of #DFEE9E
Black with #DFEE9E
Text Example
Text Example
White with #DFEE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEE9E; }
p { color: rgb(223,238,158); }
H1.HeaderClassName
{
color: #DFEE9E;
}
.AnyTagClassName
{
color: #DFEE9E;
}
</style>
background-color css
<style>
a { background-color: #DFEE9E; }
a { background-color: rgb(223,238,158); }
div.DivClassName
{
background-color: #DFEE9E;
}
.BgClassName
{
background-color: #DFEE9E;
}
</style>
border-color css
<style>
span { border-color: #DFEE9E; }
span { border-color: rgb(223,238,158); }
td.TdClassName
{
border-color: #DFEE9E;
}
.TagClassName
{
border-color: #DFEE9E;
}
</style>