Shades of Reef #DDFAAA
Tints of Reef #DDFAAA
RGB
CMYK
RGB Variations
Color information
#DDFAAA (or 0xDDFAAA) is known color: Reef. HEX triplet: DD, FA and AA. RGB value is (221,250,170). Sum of RGB (Red+Green+Blue) = 221+250+170=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAAA is #220555. Grayscale: #E8E8E8. Windows color (decimal): -2229590 or 11205341. OLE color: 11205341.
HSL color Cylindrical-coordinate representation of color #DDFAAA: hue angle of 81.75º degrees, saturation: 0.89, 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 #DDFAAA is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 170 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.02 |
| HSL | 81.75º | 0.89% | 0.82% | - |
| HSV(B) | 81.75º | 0.32% | 0.98% | - |
| XYZ | 71.26 | 86.65 | 51 | - |
| YUV | 232.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 170 | 0.12 | 0 | 0.32 | 0.02 | 81.75 | 0.89 | 0.82 |
| Hex | DD | FA | AA | C | 0 | 20 | 2 | 52 | 59 | 52 |
| Octal | 335 | 372 | 252 | 14 | 0 | 40 | 2 | 122 | 131 | 122 |
| Binary | 11011101 | 11111010 | 10101010 | 1100 | 0 | 100000 | 10 | 1010010 | 1011001 | 1010010 |
Color Harmonies of #DDFAAA
Complementary color
Monochromatic Colors of #DDFAAA
Black with #DDFAAA
Text Example
Text Example
White with #DDFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAAA; }
p { color: rgb(221,250,170); }
H1.HeaderClassName
{
color: #DDFAAA;
}
.AnyTagClassName
{
color: #DDFAAA;
}
</style>
background-color css
<style>
a { background-color: #DDFAAA; }
a { background-color: rgb(221,250,170); }
div.DivClassName
{
background-color: #DDFAAA;
}
.BgClassName
{
background-color: #DDFAAA;
}
</style>
border-color css
<style>
span { border-color: #DDFAAA; }
span { border-color: rgb(221,250,170); }
td.TdClassName
{
border-color: #DDFAAA;
}
.TagClassName
{
border-color: #DDFAAA;
}
</style>