Shades of Reef #DDFBA8
Tints of Reef #DDFBA8
RGB
CMYK
RGB Variations
Color information
#DDFBA8 (or 0xDDFBA8) is known color: Reef. HEX triplet: DD, FB and A8. RGB value is (221,251,168). Sum of RGB (Red+Green+Blue) = 221+251+168=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 168 (66.02% from 255 or 26.25% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBA8 is #220457. Grayscale: #E8E8E8. Windows color (decimal): -2229336 or 11074525. OLE color: 11074525.
HSL color Cylindrical-coordinate representation of color #DDFBA8: hue angle of 81.69º 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 #DDFBA8 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 168 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.02 |
| HSL | 81.69º | 0.91% | 0.82% | - |
| HSV(B) | 81.69º | 0.33% | 0.98% | - |
| XYZ | 71.38 | 87.19 | 50.11 | - |
| YUV | 232.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 168 | 0.12 | 0 | 0.33 | 0.02 | 81.69 | 0.91 | 0.82 |
| Hex | DD | FB | A8 | C | 0 | 21 | 2 | 52 | 5B | 52 |
| Octal | 335 | 373 | 250 | 14 | 0 | 41 | 2 | 122 | 133 | 122 |
| Binary | 11011101 | 11111011 | 10101000 | 1100 | 0 | 100001 | 10 | 1010010 | 1011011 | 1010010 |
Color Harmonies of #DDFBA8
Complementary color
Monochromatic Colors of #DDFBA8
Black with #DDFBA8
Text Example
Text Example
White with #DDFBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBA8; }
p { color: rgb(221,251,168); }
H1.HeaderClassName
{
color: #DDFBA8;
}
.AnyTagClassName
{
color: #DDFBA8;
}
</style>
background-color css
<style>
a { background-color: #DDFBA8; }
a { background-color: rgb(221,251,168); }
div.DivClassName
{
background-color: #DDFBA8;
}
.BgClassName
{
background-color: #DDFBA8;
}
</style>
border-color css
<style>
span { border-color: #DDFBA8; }
span { border-color: rgb(221,251,168); }
td.TdClassName
{
border-color: #DDFBA8;
}
.TagClassName
{
border-color: #DDFBA8;
}
</style>