Shades of Reef #DDFAB1
Tints of Reef #DDFAB1
RGB
CMYK
RGB Variations
Color information
#DDFAB1 (or 0xDDFAB1) is known color: Reef. HEX triplet: DD, FA and B1. RGB value is (221,250,177). Sum of RGB (Red+Green+Blue) = 221+250+177=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAB1 is #22054E. Grayscale: #E9E9E9. Windows color (decimal): -2229583 or 11664093. OLE color: 11664093.
HSL color Cylindrical-coordinate representation of color #DDFAB1: hue angle of 83.84º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDFAB1 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 177 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.02 |
| HSL | 83.84º | 0.88% | 0.84% | - |
| HSV(B) | 83.84º | 0.29% | 0.98% | - |
| XYZ | 71.94 | 86.92 | 54.58 | - |
| YUV | 233.01 | 96.39 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 177 | 0.12 | 0 | 0.29 | 0.02 | 83.84 | 0.88 | 0.84 |
| Hex | DD | FA | B1 | C | 0 | 1D | 2 | 54 | 58 | 54 |
| Octal | 335 | 372 | 261 | 14 | 0 | 35 | 2 | 124 | 130 | 124 |
| Binary | 11011101 | 11111010 | 10110001 | 1100 | 0 | 11101 | 10 | 1010100 | 1011000 | 1010100 |
Color Harmonies of #DDFAB1
Complementary color
Monochromatic Colors of #DDFAB1
Black with #DDFAB1
Text Example
Text Example
White with #DDFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAB1; }
p { color: rgb(221,250,177); }
H1.HeaderClassName
{
color: #DDFAB1;
}
.AnyTagClassName
{
color: #DDFAB1;
}
</style>
background-color css
<style>
a { background-color: #DDFAB1; }
a { background-color: rgb(221,250,177); }
div.DivClassName
{
background-color: #DDFAB1;
}
.BgClassName
{
background-color: #DDFAB1;
}
</style>
border-color css
<style>
span { border-color: #DDFAB1; }
span { border-color: rgb(221,250,177); }
td.TdClassName
{
border-color: #DDFAB1;
}
.TagClassName
{
border-color: #DDFAB1;
}
</style>