Shades of Reef #DDF89F
Tints of Reef #DDF89F
RGB
CMYK
RGB Variations
Color information
#DDF89F (or 0xDDF89F) is known color: Reef. HEX triplet: DD, F8 and 9F. RGB value is (221,248,159). Sum of RGB (Red+Green+Blue) = 221+248+159=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 159 (62.5% from 255 or 25.32% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF89F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF89F is #220760. Grayscale: #E6E6E6. Windows color (decimal): -2230113 or 10483933. OLE color: 10483933.
HSL color Cylindrical-coordinate representation of color #DDF89F: hue angle of 78.2º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDF89F is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 159 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.03 |
| HSL | 78.2º | 0.86% | 0.8% | - |
| HSV(B) | 78.2º | 0.36% | 0.97% | - |
| XYZ | 69.64 | 85.01 | 45.54 | - |
| YUV | 229.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 159 | 0.11 | 0 | 0.36 | 0.03 | 78.2 | 0.86 | 0.8 |
| Hex | DD | F8 | 9F | B | 0 | 24 | 3 | 4E | 56 | 50 |
| Octal | 335 | 370 | 237 | 13 | 0 | 44 | 3 | 116 | 126 | 120 |
| Binary | 11011101 | 11111000 | 10011111 | 1011 | 0 | 100100 | 11 | 1001110 | 1010110 | 1010000 |
Color Harmonies of #DDF89F
Complementary color
Monochromatic Colors of #DDF89F
Black with #DDF89F
Text Example
Text Example
White with #DDF89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF89F; }
p { color: rgb(221,248,159); }
H1.HeaderClassName
{
color: #DDF89F;
}
.AnyTagClassName
{
color: #DDF89F;
}
</style>
background-color css
<style>
a { background-color: #DDF89F; }
a { background-color: rgb(221,248,159); }
div.DivClassName
{
background-color: #DDF89F;
}
.BgClassName
{
background-color: #DDF89F;
}
</style>
border-color css
<style>
span { border-color: #DDF89F; }
span { border-color: rgb(221,248,159); }
td.TdClassName
{
border-color: #DDF89F;
}
.TagClassName
{
border-color: #DDF89F;
}
</style>