Shades of Reef #DDFAB0
Tints of Reef #DDFAB0
RGB
CMYK
RGB Variations
Color information
#DDFAB0 (or 0xDDFAB0) is known color: Reef. HEX triplet: DD, FA and B0. RGB value is (221,250,176). Sum of RGB (Red+Green+Blue) = 221+250+176=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAB0 is #22054F. Grayscale: #E9E9E9. Windows color (decimal): -2229584 or 11598557. OLE color: 11598557.
HSL color Cylindrical-coordinate representation of color #DDFAB0: hue angle of 83.51º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDFAB0 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 176 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.02 |
| HSL | 83.51º | 0.88% | 0.84% | - |
| HSV(B) | 83.51º | 0.3% | 0.98% | - |
| XYZ | 71.84 | 86.88 | 54.06 | - |
| YUV | 232.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 176 | 0.12 | 0 | 0.30 | 0.02 | 83.51 | 0.88 | 0.84 |
| Hex | DD | FA | B0 | C | 0 | 1E | 2 | 54 | 58 | 54 |
| Octal | 335 | 372 | 260 | 14 | 0 | 36 | 2 | 124 | 130 | 124 |
| Binary | 11011101 | 11111010 | 10110000 | 1100 | 0 | 11110 | 10 | 1010100 | 1011000 | 1010100 |
Color Harmonies of #DDFAB0
Complementary color
Monochromatic Colors of #DDFAB0
Black with #DDFAB0
Text Example
Text Example
White with #DDFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAB0; }
p { color: rgb(221,250,176); }
H1.HeaderClassName
{
color: #DDFAB0;
}
.AnyTagClassName
{
color: #DDFAB0;
}
</style>
background-color css
<style>
a { background-color: #DDFAB0; }
a { background-color: rgb(221,250,176); }
div.DivClassName
{
background-color: #DDFAB0;
}
.BgClassName
{
background-color: #DDFAB0;
}
</style>
border-color css
<style>
span { border-color: #DDFAB0; }
span { border-color: rgb(221,250,176); }
td.TdClassName
{
border-color: #DDFAB0;
}
.TagClassName
{
border-color: #DDFAB0;
}
</style>