Shades of Reef #DDFBAB
Tints of Reef #DDFBAB
RGB
CMYK
RGB Variations
Color information
#DDFBAB (or 0xDDFBAB) is known color: Reef. HEX triplet: DD, FB and AB. RGB value is (221,251,171). Sum of RGB (Red+Green+Blue) = 221+251+171=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBAB is #220454. Grayscale: #E9E9E9. Windows color (decimal): -2229333 or 11271133. OLE color: 11271133.
HSL color Cylindrical-coordinate representation of color #DDFBAB: hue angle of 82.5º 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 #DDFBAB is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 171 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.02 |
| HSL | 82.5º | 0.91% | 0.83% | - |
| HSV(B) | 82.5º | 0.32% | 0.98% | - |
| XYZ | 71.67 | 87.31 | 51.6 | - |
| YUV | 232.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 171 | 0.12 | 0 | 0.32 | 0.02 | 82.5 | 0.91 | 0.83 |
| Hex | DD | FB | AB | C | 0 | 20 | 2 | 52 | 5B | 53 |
| Octal | 335 | 373 | 253 | 14 | 0 | 40 | 2 | 122 | 133 | 123 |
| Binary | 11011101 | 11111011 | 10101011 | 1100 | 0 | 100000 | 10 | 1010010 | 1011011 | 1010011 |
Color Harmonies of #DDFBAB
Complementary color
Monochromatic Colors of #DDFBAB
Black with #DDFBAB
Text Example
Text Example
White with #DDFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBAB; }
p { color: rgb(221,251,171); }
H1.HeaderClassName
{
color: #DDFBAB;
}
.AnyTagClassName
{
color: #DDFBAB;
}
</style>
background-color css
<style>
a { background-color: #DDFBAB; }
a { background-color: rgb(221,251,171); }
div.DivClassName
{
background-color: #DDFBAB;
}
.BgClassName
{
background-color: #DDFBAB;
}
</style>
border-color css
<style>
span { border-color: #DDFBAB; }
span { border-color: rgb(221,251,171); }
td.TdClassName
{
border-color: #DDFBAB;
}
.TagClassName
{
border-color: #DDFBAB;
}
</style>