Shades of Reef #DDF9A9
Tints of Reef #DDF9A9
RGB
CMYK
RGB Variations
Color information
#DDF9A9 (or 0xDDF9A9) is known color: Reef. HEX triplet: DD, F9 and A9. RGB value is (221,249,169). Sum of RGB (Red+Green+Blue) = 221+249+169=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 169 (66.41% from 255 or 26.45% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF9A9 is #220656. Grayscale: #E7E7E7. Windows color (decimal): -2229847 or 11139549. OLE color: 11139549.
HSL color Cylindrical-coordinate representation of color #DDF9A9: hue angle of 81º 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 #DDF9A9 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 169 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.02 |
| HSL | 81º | 0.87% | 0.82% | - |
| HSV(B) | 81º | 0.32% | 0.98% | - |
| XYZ | 70.86 | 85.99 | 50.4 | - |
| YUV | 231.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 169 | 0.11 | 0 | 0.32 | 0.02 | 81 | 0.87 | 0.82 |
| Hex | DD | F9 | A9 | B | 0 | 20 | 2 | 51 | 57 | 52 |
| Octal | 335 | 371 | 251 | 13 | 0 | 40 | 2 | 121 | 127 | 122 |
| Binary | 11011101 | 11111001 | 10101001 | 1011 | 0 | 100000 | 10 | 1010001 | 1010111 | 1010010 |
Color Harmonies of #DDF9A9
Complementary color
Monochromatic Colors of #DDF9A9
Black with #DDF9A9
Text Example
Text Example
White with #DDF9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9A9; }
p { color: rgb(221,249,169); }
H1.HeaderClassName
{
color: #DDF9A9;
}
.AnyTagClassName
{
color: #DDF9A9;
}
</style>
background-color css
<style>
a { background-color: #DDF9A9; }
a { background-color: rgb(221,249,169); }
div.DivClassName
{
background-color: #DDF9A9;
}
.BgClassName
{
background-color: #DDF9A9;
}
</style>
border-color css
<style>
span { border-color: #DDF9A9; }
span { border-color: rgb(221,249,169); }
td.TdClassName
{
border-color: #DDF9A9;
}
.TagClassName
{
border-color: #DDF9A9;
}
</style>