Shades of Reef #DDF2A9
Tints of Reef #DDF2A9
RGB
CMYK
RGB Variations
Color information
#DDF2A9 (or 0xDDF2A9) is known color: Reef. HEX triplet: DD, F2 and A9. RGB value is (221,242,169). Sum of RGB (Red+Green+Blue) = 221+242+169=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 169 (66.41% from 255 or 26.74% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2A9 is #220D56. Grayscale: #E3E3E3. Windows color (decimal): -2231639 or 11137757. OLE color: 11137757.
HSL color Cylindrical-coordinate representation of color #DDF2A9: hue angle of 77.26º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF2A9 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 169 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.05 |
| HSL | 77.26º | 0.74% | 0.81% | - |
| HSV(B) | 77.26º | 0.3% | 0.95% | - |
| XYZ | 68.73 | 81.74 | 49.69 | - |
| YUV | 227.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 169 | 0.09 | 0 | 0.30 | 0.05 | 77.26 | 0.74 | 0.81 |
| Hex | DD | F2 | A9 | 9 | 0 | 1E | 5 | 4D | 4A | 51 |
| Octal | 335 | 362 | 251 | 11 | 0 | 36 | 5 | 115 | 112 | 121 |
| Binary | 11011101 | 11110010 | 10101001 | 1001 | 0 | 11110 | 101 | 1001101 | 1001010 | 1010001 |
Color Harmonies of #DDF2A9
Complementary color
Monochromatic Colors of #DDF2A9
Black with #DDF2A9
Text Example
Text Example
White with #DDF2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2A9; }
p { color: rgb(221,242,169); }
H1.HeaderClassName
{
color: #DDF2A9;
}
.AnyTagClassName
{
color: #DDF2A9;
}
</style>
background-color css
<style>
a { background-color: #DDF2A9; }
a { background-color: rgb(221,242,169); }
div.DivClassName
{
background-color: #DDF2A9;
}
.BgClassName
{
background-color: #DDF2A9;
}
</style>
border-color css
<style>
span { border-color: #DDF2A9; }
span { border-color: rgb(221,242,169); }
td.TdClassName
{
border-color: #DDF2A9;
}
.TagClassName
{
border-color: #DDF2A9;
}
</style>