Shades of Reef #DDFF9F
Tints of Reef #DDFF9F
RGB
CMYK
RGB Variations
Color information
#DDFF9F (or 0xDDFF9F) is known color: Reef. HEX triplet: DD, FF and 9F. RGB value is (221,255,159). Sum of RGB (Red+Green+Blue) = 221+255+159=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 159 (62.5% from 255 or 25.04% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF9F is #220060. Grayscale: #EAEAEA. Windows color (decimal): -2228321 or 10485725. OLE color: 10485725.
HSL color Cylindrical-coordinate representation of color #DDFF9F: hue angle of 81.25º 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 #DDFF9F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 159 | - |
| CMYK | 0.13 | 0 | 0.38 | 0 |
| HSL | 81.25º | 1% | 0.81% | - |
| HSV(B) | 81.25º | 0.38% | 1% | - |
| XYZ | 71.84 | 89.4 | 46.27 | - |
| YUV | 233.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 159 | 0.13 | 0 | 0.38 | 0 | 81.25 | 1 | 0.81 |
| Hex | DD | FF | 9F | D | 0 | 26 | 0 | 51 | 64 | 51 |
| Octal | 335 | 377 | 237 | 15 | 0 | 46 | 0 | 121 | 144 | 121 |
| Binary | 11011101 | 11111111 | 10011111 | 1101 | 0 | 100110 | 0 | 1010001 | 1100100 | 1010001 |
Color Harmonies of #DDFF9F
Complementary color
Monochromatic Colors of #DDFF9F
Black with #DDFF9F
Text Example
Text Example
White with #DDFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF9F; }
p { color: rgb(221,255,159); }
H1.HeaderClassName
{
color: #DDFF9F;
}
.AnyTagClassName
{
color: #DDFF9F;
}
</style>
background-color css
<style>
a { background-color: #DDFF9F; }
a { background-color: rgb(221,255,159); }
div.DivClassName
{
background-color: #DDFF9F;
}
.BgClassName
{
background-color: #DDFF9F;
}
</style>
border-color css
<style>
span { border-color: #DDFF9F; }
span { border-color: rgb(221,255,159); }
td.TdClassName
{
border-color: #DDFF9F;
}
.TagClassName
{
border-color: #DDFF9F;
}
</style>