Shades of Reef #DDFEAC
Tints of Reef #DDFEAC
RGB
CMYK
RGB Variations
Color information
#DDFEAC (or 0xDDFEAC) is known color: Reef. HEX triplet: DD, FE and AC. RGB value is (221,254,172). Sum of RGB (Red+Green+Blue) = 221+254+172=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEAC is #220153. Grayscale: #EBEBEB. Windows color (decimal): -2228564 or 11337437. OLE color: 11337437.
HSL color Cylindrical-coordinate representation of color #DDFEAC: hue angle of 84.15º 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 #DDFEAC is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 172 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.00 |
| HSL | 84.15º | 0.98% | 0.84% | - |
| HSV(B) | 84.15º | 0.32% | 1% | - |
| XYZ | 72.71 | 89.23 | 52.42 | - |
| YUV | 234.79 | 92.57 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 172 | 0.13 | 0 | 0.32 | 0.00 | 84.15 | 0.98 | 0.84 |
| Hex | DD | FE | AC | D | 0 | 20 | 0 | 54 | 62 | 54 |
| Octal | 335 | 376 | 254 | 15 | 0 | 40 | 0 | 124 | 142 | 124 |
| Binary | 11011101 | 11111110 | 10101100 | 1101 | 0 | 100000 | 0 | 1010100 | 1100010 | 1010100 |
Color Harmonies of #DDFEAC
Complementary color
Monochromatic Colors of #DDFEAC
Black with #DDFEAC
Text Example
Text Example
White with #DDFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEAC; }
p { color: rgb(221,254,172); }
H1.HeaderClassName
{
color: #DDFEAC;
}
.AnyTagClassName
{
color: #DDFEAC;
}
</style>
background-color css
<style>
a { background-color: #DDFEAC; }
a { background-color: rgb(221,254,172); }
div.DivClassName
{
background-color: #DDFEAC;
}
.BgClassName
{
background-color: #DDFEAC;
}
</style>
border-color css
<style>
span { border-color: #DDFEAC; }
span { border-color: rgb(221,254,172); }
td.TdClassName
{
border-color: #DDFEAC;
}
.TagClassName
{
border-color: #DDFEAC;
}
</style>