Shades of Reef #DDFBAA
Tints of Reef #DDFBAA
RGB
CMYK
RGB Variations
Color information
#DDFBAA (or 0xDDFBAA) is known color: Reef. HEX triplet: DD, FB and AA. RGB value is (221,251,170). Sum of RGB (Red+Green+Blue) = 221+251+170=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBAA is #220455. Grayscale: #E9E9E9. Windows color (decimal): -2229334 or 11205597. OLE color: 11205597.
HSL color Cylindrical-coordinate representation of color #DDFBAA: hue angle of 82.22º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDFBAA is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 170 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.02 |
| HSL | 82.22º | 0.91% | 0.83% | - |
| HSV(B) | 82.22º | 0.32% | 0.98% | - |
| XYZ | 71.57 | 87.27 | 51.1 | - |
| YUV | 232.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 170 | 0.12 | 0 | 0.32 | 0.02 | 82.22 | 0.91 | 0.83 |
| Hex | DD | FB | AA | C | 0 | 20 | 2 | 52 | 5B | 53 |
| Octal | 335 | 373 | 252 | 14 | 0 | 40 | 2 | 122 | 133 | 123 |
| Binary | 11011101 | 11111011 | 10101010 | 1100 | 0 | 100000 | 10 | 1010010 | 1011011 | 1010011 |
Color Harmonies of #DDFBAA
Complementary color
Monochromatic Colors of #DDFBAA
Black with #DDFBAA
Text Example
Text Example
White with #DDFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBAA; }
p { color: rgb(221,251,170); }
H1.HeaderClassName
{
color: #DDFBAA;
}
.AnyTagClassName
{
color: #DDFBAA;
}
</style>
background-color css
<style>
a { background-color: #DDFBAA; }
a { background-color: rgb(221,251,170); }
div.DivClassName
{
background-color: #DDFBAA;
}
.BgClassName
{
background-color: #DDFBAA;
}
</style>
border-color css
<style>
span { border-color: #DDFBAA; }
span { border-color: rgb(221,251,170); }
td.TdClassName
{
border-color: #DDFBAA;
}
.TagClassName
{
border-color: #DDFBAA;
}
</style>