Shades of Reef #DDF998
Tints of Reef #DDF998
RGB
CMYK
RGB Variations
Color information
#DDF998 (or 0xDDF998) is known color: Reef. HEX triplet: DD, F9 and 98. RGB value is (221,249,152). Sum of RGB (Red+Green+Blue) = 221+249+152=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 152 (59.77% from 255 or 24.44% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF998 is #220667. Grayscale: #E5E5E5. Windows color (decimal): -2229864 or 10025437. OLE color: 10025437.
HSL color Cylindrical-coordinate representation of color #DDF998: hue angle of 77.32º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDF998 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 152 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.02 |
| HSL | 77.32º | 0.89% | 0.79% | - |
| HSV(B) | 77.32º | 0.39% | 0.98% | - |
| XYZ | 69.36 | 85.39 | 42.53 | - |
| YUV | 229.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 152 | 0.11 | 0 | 0.39 | 0.02 | 77.32 | 0.89 | 0.79 |
| Hex | DD | F9 | 98 | B | 0 | 27 | 2 | 4D | 59 | 4F |
| Octal | 335 | 371 | 230 | 13 | 0 | 47 | 2 | 115 | 131 | 117 |
| Binary | 11011101 | 11111001 | 10011000 | 1011 | 0 | 100111 | 10 | 1001101 | 1011001 | 1001111 |
Color Harmonies of #DDF998
Complementary color
Monochromatic Colors of #DDF998
Black with #DDF998
Text Example
Text Example
White with #DDF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF998; }
p { color: rgb(221,249,152); }
H1.HeaderClassName
{
color: #DDF998;
}
.AnyTagClassName
{
color: #DDF998;
}
</style>
background-color css
<style>
a { background-color: #DDF998; }
a { background-color: rgb(221,249,152); }
div.DivClassName
{
background-color: #DDF998;
}
.BgClassName
{
background-color: #DDF998;
}
</style>
border-color css
<style>
span { border-color: #DDF998; }
span { border-color: rgb(221,249,152); }
td.TdClassName
{
border-color: #DDF998;
}
.TagClassName
{
border-color: #DDF998;
}
</style>