Shades of Reef #DDF097
Tints of Reef #DDF097
RGB
CMYK
RGB Variations
Color information
#DDF097 (or 0xDDF097) is known color: Reef. HEX triplet: DD, F0 and 97. RGB value is (221,240,151). Sum of RGB (Red+Green+Blue) = 221+240+151=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF097 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF097 is #220F68. Grayscale: #E0E0E0. Windows color (decimal): -2232169 or 9957597. OLE color: 9957597.
HSL color Cylindrical-coordinate representation of color #DDF097: hue angle of 72.81º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF097 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 151 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.06 |
| HSL | 72.81º | 0.75% | 0.77% | - |
| HSV(B) | 72.81º | 0.37% | 0.94% | - |
| XYZ | 66.56 | 79.93 | 41.2 | - |
| YUV | 224.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 151 | 0.08 | 0 | 0.37 | 0.06 | 72.81 | 0.75 | 0.77 |
| Hex | DD | F0 | 97 | 8 | 0 | 25 | 6 | 49 | 4B | 4D |
| Octal | 335 | 360 | 227 | 10 | 0 | 45 | 6 | 111 | 113 | 115 |
| Binary | 11011101 | 11110000 | 10010111 | 1000 | 0 | 100101 | 110 | 1001001 | 1001011 | 1001101 |
Color Harmonies of #DDF097
Complementary color
Monochromatic Colors of #DDF097
Black with #DDF097
Text Example
Text Example
White with #DDF097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF097; }
p { color: rgb(221,240,151); }
H1.HeaderClassName
{
color: #DDF097;
}
.AnyTagClassName
{
color: #DDF097;
}
</style>
background-color css
<style>
a { background-color: #DDF097; }
a { background-color: rgb(221,240,151); }
div.DivClassName
{
background-color: #DDF097;
}
.BgClassName
{
background-color: #DDF097;
}
</style>
border-color css
<style>
span { border-color: #DDF097; }
span { border-color: rgb(221,240,151); }
td.TdClassName
{
border-color: #DDF097;
}
.TagClassName
{
border-color: #DDF097;
}
</style>