Shades of Reef #DDF997
Tints of Reef #DDF997
RGB
CMYK
RGB Variations
Color information
#DDF997 (or 0xDDF997) is known color: Reef. HEX triplet: DD, F9 and 97. RGB value is (221,249,151). Sum of RGB (Red+Green+Blue) = 221+249+151=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 151 (59.38% from 255 or 24.32% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF997 is #220668. Grayscale: #E5E5E5. Windows color (decimal): -2229865 or 9959901. OLE color: 9959901.
HSL color Cylindrical-coordinate representation of color #DDF997: hue angle of 77.14º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDF997 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 151 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.02 |
| HSL | 77.14º | 0.89% | 0.78% | - |
| HSV(B) | 77.14º | 0.39% | 0.98% | - |
| XYZ | 69.28 | 85.36 | 42.1 | - |
| YUV | 229.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 151 | 0.11 | 0 | 0.39 | 0.02 | 77.14 | 0.89 | 0.78 |
| Hex | DD | F9 | 97 | B | 0 | 27 | 2 | 4D | 59 | 4E |
| Octal | 335 | 371 | 227 | 13 | 0 | 47 | 2 | 115 | 131 | 116 |
| Binary | 11011101 | 11111001 | 10010111 | 1011 | 0 | 100111 | 10 | 1001101 | 1011001 | 1001110 |
Color Harmonies of #DDF997
Complementary color
Monochromatic Colors of #DDF997
Black with #DDF997
Text Example
Text Example
White with #DDF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF997; }
p { color: rgb(221,249,151); }
H1.HeaderClassName
{
color: #DDF997;
}
.AnyTagClassName
{
color: #DDF997;
}
</style>
background-color css
<style>
a { background-color: #DDF997; }
a { background-color: rgb(221,249,151); }
div.DivClassName
{
background-color: #DDF997;
}
.BgClassName
{
background-color: #DDF997;
}
</style>
border-color css
<style>
span { border-color: #DDF997; }
span { border-color: rgb(221,249,151); }
td.TdClassName
{
border-color: #DDF997;
}
.TagClassName
{
border-color: #DDF997;
}
</style>