Shades of Reef #DDFEA8
Tints of Reef #DDFEA8
RGB
CMYK
RGB Variations
Color information
#DDFEA8 (or 0xDDFEA8) is known color: Reef. HEX triplet: DD, FE and A8. RGB value is (221,254,168). Sum of RGB (Red+Green+Blue) = 221+254+168=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEA8 is #220157. Grayscale: #EAEAEA. Windows color (decimal): -2228568 or 11075293. OLE color: 11075293.
HSL color Cylindrical-coordinate representation of color #DDFEA8: hue angle of 83.02º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDFEA8 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 168 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.00 |
| HSL | 83.02º | 0.98% | 0.83% | - |
| HSV(B) | 83.02º | 0.34% | 1% | - |
| XYZ | 72.33 | 89.08 | 50.43 | - |
| YUV | 234.33 | 90.57 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 168 | 0.13 | 0 | 0.34 | 0.00 | 83.02 | 0.98 | 0.83 |
| Hex | DD | FE | A8 | D | 0 | 22 | 0 | 53 | 62 | 53 |
| Octal | 335 | 376 | 250 | 15 | 0 | 42 | 0 | 123 | 142 | 123 |
| Binary | 11011101 | 11111110 | 10101000 | 1101 | 0 | 100010 | 0 | 1010011 | 1100010 | 1010011 |
Color Harmonies of #DDFEA8
Complementary color
Monochromatic Colors of #DDFEA8
Black with #DDFEA8
Text Example
Text Example
White with #DDFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEA8; }
p { color: rgb(221,254,168); }
H1.HeaderClassName
{
color: #DDFEA8;
}
.AnyTagClassName
{
color: #DDFEA8;
}
</style>
background-color css
<style>
a { background-color: #DDFEA8; }
a { background-color: rgb(221,254,168); }
div.DivClassName
{
background-color: #DDFEA8;
}
.BgClassName
{
background-color: #DDFEA8;
}
</style>
border-color css
<style>
span { border-color: #DDFEA8; }
span { border-color: rgb(221,254,168); }
td.TdClassName
{
border-color: #DDFEA8;
}
.TagClassName
{
border-color: #DDFEA8;
}
</style>