Shades of Reef #DDFAB4
Tints of Reef #DDFAB4
RGB
CMYK
RGB Variations
Color information
#DDFAB4 (or 0xDDFAB4) is known color: Reef. HEX triplet: DD, FA and B4. RGB value is (221,250,180). Sum of RGB (Red+Green+Blue) = 221+250+180=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 180 (70.70% from 255 or 27.65% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAB4 is #22054B. Grayscale: #E9E9E9. Windows color (decimal): -2229580 or 11860701. OLE color: 11860701.
HSL color Cylindrical-coordinate representation of color #DDFAB4: hue angle of 84.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDFAB4 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 180 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.02 |
| HSL | 84.86º | 0.88% | 0.84% | - |
| HSV(B) | 84.86º | 0.28% | 0.98% | - |
| XYZ | 72.24 | 87.04 | 56.17 | - |
| YUV | 233.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 180 | 0.12 | 0 | 0.28 | 0.02 | 84.86 | 0.88 | 0.84 |
| Hex | DD | FA | B4 | C | 0 | 1C | 2 | 55 | 58 | 54 |
| Octal | 335 | 372 | 264 | 14 | 0 | 34 | 2 | 125 | 130 | 124 |
| Binary | 11011101 | 11111010 | 10110100 | 1100 | 0 | 11100 | 10 | 1010101 | 1011000 | 1010100 |
Color Harmonies of #DDFAB4
Complementary color
Monochromatic Colors of #DDFAB4
Black with #DDFAB4
Text Example
Text Example
White with #DDFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAB4; }
p { color: rgb(221,250,180); }
H1.HeaderClassName
{
color: #DDFAB4;
}
.AnyTagClassName
{
color: #DDFAB4;
}
</style>
background-color css
<style>
a { background-color: #DDFAB4; }
a { background-color: rgb(221,250,180); }
div.DivClassName
{
background-color: #DDFAB4;
}
.BgClassName
{
background-color: #DDFAB4;
}
</style>
border-color css
<style>
span { border-color: #DDFAB4; }
span { border-color: rgb(221,250,180); }
td.TdClassName
{
border-color: #DDFAB4;
}
.TagClassName
{
border-color: #DDFAB4;
}
</style>