Shades of Reef #DDFAA8
Tints of Reef #DDFAA8
RGB
CMYK
RGB Variations
Color information
#DDFAA8 (or 0xDDFAA8) is known color: Reef. HEX triplet: DD, FA and A8. RGB value is (221,250,168). Sum of RGB (Red+Green+Blue) = 221+250+168=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 168 (66.02% from 255 or 26.29% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAA8 is #220557. Grayscale: #E8E8E8. Windows color (decimal): -2229592 or 11074269. OLE color: 11074269.
HSL color Cylindrical-coordinate representation of color #DDFAA8: hue angle of 81.22º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDFAA8 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 168 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.02 |
| HSL | 81.22º | 0.89% | 0.82% | - |
| HSV(B) | 81.22º | 0.33% | 0.98% | - |
| XYZ | 71.07 | 86.57 | 50.01 | - |
| YUV | 231.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 168 | 0.12 | 0 | 0.33 | 0.02 | 81.22 | 0.89 | 0.82 |
| Hex | DD | FA | A8 | C | 0 | 21 | 2 | 51 | 59 | 52 |
| Octal | 335 | 372 | 250 | 14 | 0 | 41 | 2 | 121 | 131 | 122 |
| Binary | 11011101 | 11111010 | 10101000 | 1100 | 0 | 100001 | 10 | 1010001 | 1011001 | 1010010 |
Color Harmonies of #DDFAA8
Complementary color
Monochromatic Colors of #DDFAA8
Black with #DDFAA8
Text Example
Text Example
White with #DDFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAA8; }
p { color: rgb(221,250,168); }
H1.HeaderClassName
{
color: #DDFAA8;
}
.AnyTagClassName
{
color: #DDFAA8;
}
</style>
background-color css
<style>
a { background-color: #DDFAA8; }
a { background-color: rgb(221,250,168); }
div.DivClassName
{
background-color: #DDFAA8;
}
.BgClassName
{
background-color: #DDFAA8;
}
</style>
border-color css
<style>
span { border-color: #DDFAA8; }
span { border-color: rgb(221,250,168); }
td.TdClassName
{
border-color: #DDFAA8;
}
.TagClassName
{
border-color: #DDFAA8;
}
</style>