Shades of Reef #DDFBAF
Tints of Reef #DDFBAF
RGB
CMYK
RGB Variations
Color information
#DDFBAF (or 0xDDFBAF) is known color: Reef. HEX triplet: DD, FB and AF. RGB value is (221,251,175). Sum of RGB (Red+Green+Blue) = 221+251+175=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBAF is #220450. Grayscale: #E9E9E9. Windows color (decimal): -2229329 or 11533277. OLE color: 11533277.
HSL color Cylindrical-coordinate representation of color #DDFBAF: hue angle of 83.68º degrees, saturation: 0.9, 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 #DDFBAF is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 175 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.02 |
| HSL | 83.68º | 0.9% | 0.84% | - |
| HSV(B) | 83.68º | 0.3% | 0.98% | - |
| XYZ | 72.05 | 87.46 | 53.64 | - |
| YUV | 233.37 | 95.06 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 175 | 0.12 | 0 | 0.30 | 0.02 | 83.68 | 0.9 | 0.84 |
| Hex | DD | FB | AF | C | 0 | 1E | 2 | 54 | 5A | 54 |
| Octal | 335 | 373 | 257 | 14 | 0 | 36 | 2 | 124 | 132 | 124 |
| Binary | 11011101 | 11111011 | 10101111 | 1100 | 0 | 11110 | 10 | 1010100 | 1011010 | 1010100 |
Color Harmonies of #DDFBAF
Complementary color
Monochromatic Colors of #DDFBAF
Black with #DDFBAF
Text Example
Text Example
White with #DDFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBAF; }
p { color: rgb(221,251,175); }
H1.HeaderClassName
{
color: #DDFBAF;
}
.AnyTagClassName
{
color: #DDFBAF;
}
</style>
background-color css
<style>
a { background-color: #DDFBAF; }
a { background-color: rgb(221,251,175); }
div.DivClassName
{
background-color: #DDFBAF;
}
.BgClassName
{
background-color: #DDFBAF;
}
</style>
border-color css
<style>
span { border-color: #DDFBAF; }
span { border-color: rgb(221,251,175); }
td.TdClassName
{
border-color: #DDFBAF;
}
.TagClassName
{
border-color: #DDFBAF;
}
</style>