Shades of Reef #DEFEAD
Tints of Reef #DEFEAD
RGB
CMYK
RGB Variations
Color information
#DEFEAD (or 0xDEFEAD) is known color: Reef. HEX triplet: DE, FE and AD. RGB value is (222,254,173). Sum of RGB (Red+Green+Blue) = 222+254+173=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEAD is #210152. Grayscale: #EBEBEB. Windows color (decimal): -2163027 or 11402974. OLE color: 11402974.
HSL color Cylindrical-coordinate representation of color #DEFEAD: hue angle of 83.7º 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 #DEFEAD is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 173 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.00 |
| HSL | 83.7º | 0.98% | 0.84% | - |
| HSV(B) | 83.7º | 0.32% | 1% | - |
| XYZ | 73.11 | 89.43 | 52.94 | - |
| YUV | 235.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 173 | 0.13 | 0 | 0.32 | 0.00 | 83.7 | 0.98 | 0.84 |
| Hex | DE | FE | AD | D | 0 | 20 | 0 | 54 | 62 | 54 |
| Octal | 336 | 376 | 255 | 15 | 0 | 40 | 0 | 124 | 142 | 124 |
| Binary | 11011110 | 11111110 | 10101101 | 1101 | 0 | 100000 | 0 | 1010100 | 1100010 | 1010100 |
Color Harmonies of #DEFEAD
Complementary color
Monochromatic Colors of #DEFEAD
Black with #DEFEAD
Text Example
Text Example
White with #DEFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEAD; }
p { color: rgb(222,254,173); }
H1.HeaderClassName
{
color: #DEFEAD;
}
.AnyTagClassName
{
color: #DEFEAD;
}
</style>
background-color css
<style>
a { background-color: #DEFEAD; }
a { background-color: rgb(222,254,173); }
div.DivClassName
{
background-color: #DEFEAD;
}
.BgClassName
{
background-color: #DEFEAD;
}
</style>
border-color css
<style>
span { border-color: #DEFEAD; }
span { border-color: rgb(222,254,173); }
td.TdClassName
{
border-color: #DEFEAD;
}
.TagClassName
{
border-color: #DEFEAD;
}
</style>