Shades of Reef #DDFBA4
Tints of Reef #DDFBA4
RGB
CMYK
RGB Variations
Color information
#DDFBA4 (or 0xDDFBA4) is known color: Reef. HEX triplet: DD, FB and A4. RGB value is (221,251,164). Sum of RGB (Red+Green+Blue) = 221+251+164=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBA4 is #22045B. Grayscale: #E8E8E8. Windows color (decimal): -2229340 or 10812381. OLE color: 10812381.
HSL color Cylindrical-coordinate representation of color #DDFBA4: hue angle of 80.69º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDFBA4 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 164 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.02 |
| HSL | 80.69º | 0.92% | 0.81% | - |
| HSV(B) | 80.69º | 0.35% | 0.98% | - |
| XYZ | 71.02 | 87.05 | 48.18 | - |
| YUV | 232.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 164 | 0.12 | 0 | 0.35 | 0.02 | 80.69 | 0.92 | 0.81 |
| Hex | DD | FB | A4 | C | 0 | 23 | 2 | 51 | 5C | 51 |
| Octal | 335 | 373 | 244 | 14 | 0 | 43 | 2 | 121 | 134 | 121 |
| Binary | 11011101 | 11111011 | 10100100 | 1100 | 0 | 100011 | 10 | 1010001 | 1011100 | 1010001 |
Color Harmonies of #DDFBA4
Complementary color
Monochromatic Colors of #DDFBA4
Black with #DDFBA4
Text Example
Text Example
White with #DDFBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBA4; }
p { color: rgb(221,251,164); }
H1.HeaderClassName
{
color: #DDFBA4;
}
.AnyTagClassName
{
color: #DDFBA4;
}
</style>
background-color css
<style>
a { background-color: #DDFBA4; }
a { background-color: rgb(221,251,164); }
div.DivClassName
{
background-color: #DDFBA4;
}
.BgClassName
{
background-color: #DDFBA4;
}
</style>
border-color css
<style>
span { border-color: #DDFBA4; }
span { border-color: rgb(221,251,164); }
td.TdClassName
{
border-color: #DDFBA4;
}
.TagClassName
{
border-color: #DDFBA4;
}
</style>