Shades of Reef #DDF7A9
Tints of Reef #DDF7A9
RGB
CMYK
RGB Variations
Color information
#DDF7A9 (or 0xDDF7A9) is known color: Reef. HEX triplet: DD, F7 and A9. RGB value is (221,247,169). Sum of RGB (Red+Green+Blue) = 221+247+169=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 247 (96.88% from 255 or 38.78% from 637); Blue value is 169 (66.41% from 255 or 26.53% from 637); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF7A9 is #220856. Grayscale: #E6E6E6. Windows color (decimal): -2230359 or 11139037. OLE color: 11139037.
HSL color Cylindrical-coordinate representation of color #DDF7A9: hue angle of 80º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDF7A9 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 169 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.03 |
| HSL | 80º | 0.83% | 0.82% | - |
| HSV(B) | 80º | 0.32% | 0.97% | - |
| XYZ | 70.24 | 84.76 | 50.19 | - |
| YUV | 230.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 169 | 0.11 | 0 | 0.32 | 0.03 | 80 | 0.83 | 0.82 |
| Hex | DD | F7 | A9 | B | 0 | 20 | 3 | 50 | 53 | 52 |
| Octal | 335 | 367 | 251 | 13 | 0 | 40 | 3 | 120 | 123 | 122 |
| Binary | 11011101 | 11110111 | 10101001 | 1011 | 0 | 100000 | 11 | 1010000 | 1010011 | 1010010 |
Color Harmonies of #DDF7A9
Complementary color
Monochromatic Colors of #DDF7A9
Black with #DDF7A9
Text Example
Text Example
White with #DDF7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7A9; }
p { color: rgb(221,247,169); }
H1.HeaderClassName
{
color: #DDF7A9;
}
.AnyTagClassName
{
color: #DDF7A9;
}
</style>
background-color css
<style>
a { background-color: #DDF7A9; }
a { background-color: rgb(221,247,169); }
div.DivClassName
{
background-color: #DDF7A9;
}
.BgClassName
{
background-color: #DDF7A9;
}
</style>
border-color css
<style>
span { border-color: #DDF7A9; }
span { border-color: rgb(221,247,169); }
td.TdClassName
{
border-color: #DDF7A9;
}
.TagClassName
{
border-color: #DDF7A9;
}
</style>