Shades of Reef #DDF99E
Tints of Reef #DDF99E
RGB
CMYK
RGB Variations
Color information
#DDF99E (or 0xDDF99E) is known color: Reef. HEX triplet: DD, F9 and 9E. RGB value is (221,249,158). Sum of RGB (Red+Green+Blue) = 221+249+158=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF99E is #220661. Grayscale: #E6E6E6. Windows color (decimal): -2229858 or 10418653. OLE color: 10418653.
HSL color Cylindrical-coordinate representation of color #DDF99E: hue angle of 78.46º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF99E is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 158 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.02 |
| HSL | 78.46º | 0.88% | 0.8% | - |
| HSV(B) | 78.46º | 0.37% | 0.98% | - |
| XYZ | 69.87 | 85.59 | 45.19 | - |
| YUV | 230.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 158 | 0.11 | 0 | 0.37 | 0.02 | 78.46 | 0.88 | 0.8 |
| Hex | DD | F9 | 9E | B | 0 | 25 | 2 | 4E | 58 | 50 |
| Octal | 335 | 371 | 236 | 13 | 0 | 45 | 2 | 116 | 130 | 120 |
| Binary | 11011101 | 11111001 | 10011110 | 1011 | 0 | 100101 | 10 | 1001110 | 1011000 | 1010000 |
Color Harmonies of #DDF99E
Complementary color
Monochromatic Colors of #DDF99E
Black with #DDF99E
Text Example
Text Example
White with #DDF99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF99E; }
p { color: rgb(221,249,158); }
H1.HeaderClassName
{
color: #DDF99E;
}
.AnyTagClassName
{
color: #DDF99E;
}
</style>
background-color css
<style>
a { background-color: #DDF99E; }
a { background-color: rgb(221,249,158); }
div.DivClassName
{
background-color: #DDF99E;
}
.BgClassName
{
background-color: #DDF99E;
}
</style>
border-color css
<style>
span { border-color: #DDF99E; }
span { border-color: rgb(221,249,158); }
td.TdClassName
{
border-color: #DDF99E;
}
.TagClassName
{
border-color: #DDF99E;
}
</style>