Shades of Reef #DDFC9F
Tints of Reef #DDFC9F
RGB
CMYK
RGB Variations
Color information
#DDFC9F (or 0xDDFC9F) is known color: Reef. HEX triplet: DD, FC and 9F. RGB value is (221,252,159). Sum of RGB (Red+Green+Blue) = 221+252+159=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC9F is #220360. Grayscale: #E8E8E8. Windows color (decimal): -2229089 or 10484957. OLE color: 10484957.
HSL color Cylindrical-coordinate representation of color #DDFC9F: hue angle of 80º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDFC9F is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 159 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.01 |
| HSL | 80º | 0.94% | 0.81% | - |
| HSV(B) | 80º | 0.37% | 0.99% | - |
| XYZ | 70.89 | 87.5 | 45.95 | - |
| YUV | 232.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 159 | 0.12 | 0 | 0.37 | 0.01 | 80 | 0.94 | 0.81 |
| Hex | DD | FC | 9F | C | 0 | 25 | 1 | 50 | 5E | 51 |
| Octal | 335 | 374 | 237 | 14 | 0 | 45 | 1 | 120 | 136 | 121 |
| Binary | 11011101 | 11111100 | 10011111 | 1100 | 0 | 100101 | 1 | 1010000 | 1011110 | 1010001 |
Color Harmonies of #DDFC9F
Complementary color
Monochromatic Colors of #DDFC9F
Black with #DDFC9F
Text Example
Text Example
White with #DDFC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC9F; }
p { color: rgb(221,252,159); }
H1.HeaderClassName
{
color: #DDFC9F;
}
.AnyTagClassName
{
color: #DDFC9F;
}
</style>
background-color css
<style>
a { background-color: #DDFC9F; }
a { background-color: rgb(221,252,159); }
div.DivClassName
{
background-color: #DDFC9F;
}
.BgClassName
{
background-color: #DDFC9F;
}
</style>
border-color css
<style>
span { border-color: #DDFC9F; }
span { border-color: rgb(221,252,159); }
td.TdClassName
{
border-color: #DDFC9F;
}
.TagClassName
{
border-color: #DDFC9F;
}
</style>