Shades of Reef #DDFF99
Tints of Reef #DDFF99
RGB
CMYK
RGB Variations
Color information
#DDFF99 (or 0xDDFF99) is known color: Reef. HEX triplet: DD, FF and 99. RGB value is (221,255,153). Sum of RGB (Red+Green+Blue) = 221+255+153=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 153 (60.16% from 255 or 24.32% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF99 is #220066. Grayscale: #E9E9E9. Windows color (decimal): -2228327 or 10092509. OLE color: 10092509.
HSL color Cylindrical-coordinate representation of color #DDFF99: hue angle of 80º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDFF99 is Cyan = 0.13, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 153 | - |
| CMYK | 0.13 | 0 | 0.4 | 0 |
| HSL | 80º | 1% | 0.8% | - |
| HSV(B) | 80º | 0.4% | 1% | - |
| XYZ | 71.33 | 89.19 | 43.59 | - |
| YUV | 233.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 153 | 0.13 | 0 | 0.4 | 0 | 80 | 1 | 0.8 |
| Hex | DD | FF | 99 | D | 0 | 28 | 0 | 50 | 64 | 50 |
| Octal | 335 | 377 | 231 | 15 | 0 | 50 | 0 | 120 | 144 | 120 |
| Binary | 11011101 | 11111111 | 10011001 | 1101 | 0 | 101000 | 0 | 1010000 | 1100100 | 1010000 |
Color Harmonies of #DDFF99
Complementary color
Monochromatic Colors of #DDFF99
Black with #DDFF99
Text Example
Text Example
White with #DDFF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF99; }
p { color: rgb(221,255,153); }
H1.HeaderClassName
{
color: #DDFF99;
}
.AnyTagClassName
{
color: #DDFF99;
}
</style>
background-color css
<style>
a { background-color: #DDFF99; }
a { background-color: rgb(221,255,153); }
div.DivClassName
{
background-color: #DDFF99;
}
.BgClassName
{
background-color: #DDFF99;
}
</style>
border-color css
<style>
span { border-color: #DDFF99; }
span { border-color: rgb(221,255,153); }
td.TdClassName
{
border-color: #DDFF99;
}
.TagClassName
{
border-color: #DDFF99;
}
</style>