Shades of Reef #DDFEAD
Tints of Reef #DDFEAD
RGB
CMYK
RGB Variations
Color information
#DDFEAD (or 0xDDFEAD) is known color: Reef. HEX triplet: DD, FE and AD. RGB value is (221,254,173). Sum of RGB (Red+Green+Blue) = 221+254+173=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEAD is #220152. Grayscale: #EBEBEB. Windows color (decimal): -2228563 or 11402973. OLE color: 11402973.
HSL color Cylindrical-coordinate representation of color #DDFEAD: hue angle of 84.44º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDFEAD is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 173 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.00 |
| HSL | 84.44º | 0.98% | 0.84% | - |
| HSV(B) | 84.44º | 0.32% | 1% | - |
| XYZ | 72.8 | 89.27 | 52.93 | - |
| YUV | 234.9 | 93.07 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 173 | 0.13 | 0 | 0.32 | 0.00 | 84.44 | 0.98 | 0.84 |
| Hex | DD | FE | AD | D | 0 | 20 | 0 | 54 | 62 | 54 |
| Octal | 335 | 376 | 255 | 15 | 0 | 40 | 0 | 124 | 142 | 124 |
| Binary | 11011101 | 11111110 | 10101101 | 1101 | 0 | 100000 | 0 | 1010100 | 1100010 | 1010100 |
Color Harmonies of #DDFEAD
Complementary color
Monochromatic Colors of #DDFEAD
Black with #DDFEAD
Text Example
Text Example
White with #DDFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEAD; }
p { color: rgb(221,254,173); }
H1.HeaderClassName
{
color: #DDFEAD;
}
.AnyTagClassName
{
color: #DDFEAD;
}
</style>
background-color css
<style>
a { background-color: #DDFEAD; }
a { background-color: rgb(221,254,173); }
div.DivClassName
{
background-color: #DDFEAD;
}
.BgClassName
{
background-color: #DDFEAD;
}
</style>
border-color css
<style>
span { border-color: #DDFEAD; }
span { border-color: rgb(221,254,173); }
td.TdClassName
{
border-color: #DDFEAD;
}
.TagClassName
{
border-color: #DDFEAD;
}
</style>