Shades of Reef #DDFBA7
Tints of Reef #DDFBA7
RGB
CMYK
RGB Variations
Color information
#DDFBA7 (or 0xDDFBA7) is known color: Reef. HEX triplet: DD, FB and A7. RGB value is (221,251,167). Sum of RGB (Red+Green+Blue) = 221+251+167=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 167 (65.62% from 255 or 26.13% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBA7 is #220458. Grayscale: #E8E8E8. Windows color (decimal): -2229337 or 11008989. OLE color: 11008989.
HSL color Cylindrical-coordinate representation of color #DDFBA7: hue angle of 81.43º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDFBA7 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 167 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.02 |
| HSL | 81.43º | 0.91% | 0.82% | - |
| HSV(B) | 81.43º | 0.33% | 0.98% | - |
| XYZ | 71.29 | 87.16 | 49.62 | - |
| YUV | 232.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 167 | 0.12 | 0 | 0.33 | 0.02 | 81.43 | 0.91 | 0.82 |
| Hex | DD | FB | A7 | C | 0 | 21 | 2 | 51 | 5B | 52 |
| Octal | 335 | 373 | 247 | 14 | 0 | 41 | 2 | 121 | 133 | 122 |
| Binary | 11011101 | 11111011 | 10100111 | 1100 | 0 | 100001 | 10 | 1010001 | 1011011 | 1010010 |
Color Harmonies of #DDFBA7
Complementary color
Monochromatic Colors of #DDFBA7
Black with #DDFBA7
Text Example
Text Example
White with #DDFBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBA7; }
p { color: rgb(221,251,167); }
H1.HeaderClassName
{
color: #DDFBA7;
}
.AnyTagClassName
{
color: #DDFBA7;
}
</style>
background-color css
<style>
a { background-color: #DDFBA7; }
a { background-color: rgb(221,251,167); }
div.DivClassName
{
background-color: #DDFBA7;
}
.BgClassName
{
background-color: #DDFBA7;
}
</style>
border-color css
<style>
span { border-color: #DDFBA7; }
span { border-color: rgb(221,251,167); }
td.TdClassName
{
border-color: #DDFBA7;
}
.TagClassName
{
border-color: #DDFBA7;
}
</style>