Shades of Reef #DDF98E
Tints of Reef #DDF98E
RGB
CMYK
RGB Variations
Color information
#DDF98E (or 0xDDF98E) is known color: Reef. HEX triplet: DD, F9 and 8E. RGB value is (221,249,142). Sum of RGB (Red+Green+Blue) = 221+249+142=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF98E is #220671. Grayscale: #E4E4E4. Windows color (decimal): -2229874 or 9370077. OLE color: 9370077.
HSL color Cylindrical-coordinate representation of color #DDF98E: hue angle of 75.7º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDF98E is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 142 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.02 |
| HSL | 75.7º | 0.9% | 0.77% | - |
| HSV(B) | 75.7º | 0.43% | 0.98% | - |
| XYZ | 68.58 | 85.08 | 38.4 | - |
| YUV | 228.43 | 79.22 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 142 | 0.11 | 0 | 0.43 | 0.02 | 75.7 | 0.9 | 0.77 |
| Hex | DD | F9 | 8E | B | 0 | 2B | 2 | 4C | 5A | 4D |
| Octal | 335 | 371 | 216 | 13 | 0 | 53 | 2 | 114 | 132 | 115 |
| Binary | 11011101 | 11111001 | 10001110 | 1011 | 0 | 101011 | 10 | 1001100 | 1011010 | 1001101 |
Color Harmonies of #DDF98E
Complementary color
Monochromatic Colors of #DDF98E
Black with #DDF98E
Text Example
Text Example
White with #DDF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF98E; }
p { color: rgb(221,249,142); }
H1.HeaderClassName
{
color: #DDF98E;
}
.AnyTagClassName
{
color: #DDF98E;
}
</style>
background-color css
<style>
a { background-color: #DDF98E; }
a { background-color: rgb(221,249,142); }
div.DivClassName
{
background-color: #DDF98E;
}
.BgClassName
{
background-color: #DDF98E;
}
</style>
border-color css
<style>
span { border-color: #DDF98E; }
span { border-color: rgb(221,249,142); }
td.TdClassName
{
border-color: #DDF98E;
}
.TagClassName
{
border-color: #DDF98E;
}
</style>