Shades of Reef #DDF996
Tints of Reef #DDF996
RGB
CMYK
RGB Variations
Color information
#DDF996 (or 0xDDF996) is known color: Reef. HEX triplet: DD, F9 and 96. RGB value is (221,249,150). Sum of RGB (Red+Green+Blue) = 221+249+150=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF996 is #220669. Grayscale: #E5E5E5. Windows color (decimal): -2229866 or 9894365. OLE color: 9894365.
HSL color Cylindrical-coordinate representation of color #DDF996: hue angle of 76.97º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDF996 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 150 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.02 |
| HSL | 76.97º | 0.89% | 0.78% | - |
| HSV(B) | 76.97º | 0.4% | 0.98% | - |
| XYZ | 69.2 | 85.33 | 41.68 | - |
| YUV | 229.34 | 83.22 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 150 | 0.11 | 0 | 0.40 | 0.02 | 76.97 | 0.89 | 0.78 |
| Hex | DD | F9 | 96 | B | 0 | 28 | 2 | 4D | 59 | 4E |
| Octal | 335 | 371 | 226 | 13 | 0 | 50 | 2 | 115 | 131 | 116 |
| Binary | 11011101 | 11111001 | 10010110 | 1011 | 0 | 101000 | 10 | 1001101 | 1011001 | 1001110 |
Color Harmonies of #DDF996
Complementary color
Monochromatic Colors of #DDF996
Black with #DDF996
Text Example
Text Example
White with #DDF996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF996; }
p { color: rgb(221,249,150); }
H1.HeaderClassName
{
color: #DDF996;
}
.AnyTagClassName
{
color: #DDF996;
}
</style>
background-color css
<style>
a { background-color: #DDF996; }
a { background-color: rgb(221,249,150); }
div.DivClassName
{
background-color: #DDF996;
}
.BgClassName
{
background-color: #DDF996;
}
</style>
border-color css
<style>
span { border-color: #DDF996; }
span { border-color: rgb(221,249,150); }
td.TdClassName
{
border-color: #DDF996;
}
.TagClassName
{
border-color: #DDF996;
}
</style>