Shades of Reef #DDF89D
Tints of Reef #DDF89D
RGB
CMYK
RGB Variations
Color information
#DDF89D (or 0xDDF89D) is known color: Reef. HEX triplet: DD, F8 and 9D. RGB value is (221,248,157). Sum of RGB (Red+Green+Blue) = 221+248+157=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 157 (61.72% from 255 or 25.08% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF89D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF89D is #220762. Grayscale: #E5E5E5. Windows color (decimal): -2230115 or 10352861. OLE color: 10352861.
HSL color Cylindrical-coordinate representation of color #DDF89D: hue angle of 77.8º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF89D is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 157 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.03 |
| HSL | 77.8º | 0.87% | 0.79% | - |
| HSV(B) | 77.8º | 0.37% | 0.97% | - |
| XYZ | 69.47 | 84.94 | 44.63 | - |
| YUV | 229.55 | 87.05 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 157 | 0.11 | 0 | 0.37 | 0.03 | 77.8 | 0.87 | 0.79 |
| Hex | DD | F8 | 9D | B | 0 | 25 | 3 | 4E | 57 | 4F |
| Octal | 335 | 370 | 235 | 13 | 0 | 45 | 3 | 116 | 127 | 117 |
| Binary | 11011101 | 11111000 | 10011101 | 1011 | 0 | 100101 | 11 | 1001110 | 1010111 | 1001111 |
Color Harmonies of #DDF89D
Complementary color
Monochromatic Colors of #DDF89D
Black with #DDF89D
Text Example
Text Example
White with #DDF89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF89D; }
p { color: rgb(221,248,157); }
H1.HeaderClassName
{
color: #DDF89D;
}
.AnyTagClassName
{
color: #DDF89D;
}
</style>
background-color css
<style>
a { background-color: #DDF89D; }
a { background-color: rgb(221,248,157); }
div.DivClassName
{
background-color: #DDF89D;
}
.BgClassName
{
background-color: #DDF89D;
}
</style>
border-color css
<style>
span { border-color: #DDF89D; }
span { border-color: rgb(221,248,157); }
td.TdClassName
{
border-color: #DDF89D;
}
.TagClassName
{
border-color: #DDF89D;
}
</style>