Shades of Reef #DDF9AA
Tints of Reef #DDF9AA
RGB
CMYK
RGB Variations
Color information
#DDF9AA (or 0xDDF9AA) is known color: Reef. HEX triplet: DD, F9 and AA. RGB value is (221,249,170). Sum of RGB (Red+Green+Blue) = 221+249+170=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF9AA is #220655. Grayscale: #E7E7E7. Windows color (decimal): -2229846 or 11205085. OLE color: 11205085.
HSL color Cylindrical-coordinate representation of color #DDF9AA: hue angle of 81.27º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDF9AA is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 170 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.02 |
| HSL | 81.27º | 0.87% | 0.82% | - |
| HSV(B) | 81.27º | 0.32% | 0.98% | - |
| XYZ | 70.95 | 86.03 | 50.9 | - |
| YUV | 231.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 170 | 0.11 | 0 | 0.32 | 0.02 | 81.27 | 0.87 | 0.82 |
| Hex | DD | F9 | AA | B | 0 | 20 | 2 | 51 | 57 | 52 |
| Octal | 335 | 371 | 252 | 13 | 0 | 40 | 2 | 121 | 127 | 122 |
| Binary | 11011101 | 11111001 | 10101010 | 1011 | 0 | 100000 | 10 | 1010001 | 1010111 | 1010010 |
Color Harmonies of #DDF9AA
Complementary color
Monochromatic Colors of #DDF9AA
Black with #DDF9AA
Text Example
Text Example
White with #DDF9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9AA; }
p { color: rgb(221,249,170); }
H1.HeaderClassName
{
color: #DDF9AA;
}
.AnyTagClassName
{
color: #DDF9AA;
}
</style>
background-color css
<style>
a { background-color: #DDF9AA; }
a { background-color: rgb(221,249,170); }
div.DivClassName
{
background-color: #DDF9AA;
}
.BgClassName
{
background-color: #DDF9AA;
}
</style>
border-color css
<style>
span { border-color: #DDF9AA; }
span { border-color: rgb(221,249,170); }
td.TdClassName
{
border-color: #DDF9AA;
}
.TagClassName
{
border-color: #DDF9AA;
}
</style>