Shades of Reef #DEFFAD
Tints of Reef #DEFFAD
RGB
CMYK
RGB Variations
Color information
#DEFFAD (or 0xDEFFAD) is known color: Reef. HEX triplet: DE, FF and AD. RGB value is (222,255,173). Sum of RGB (Red+Green+Blue) = 222+255+173=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFAD is #210052. Grayscale: #ECECEC. Windows color (decimal): -2162771 or 11403230. OLE color: 11403230.
HSL color Cylindrical-coordinate representation of color #DEFFAD: hue angle of 84.15º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEFFAD is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 173 | - |
| CMYK | 0.13 | 0 | 0.32 | 0 |
| HSL | 84.15º | 1% | 0.84% | - |
| HSV(B) | 84.15º | 0.32% | 1% | - |
| XYZ | 73.43 | 90.07 | 53.05 | - |
| YUV | 235.79 | 92.57 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 173 | 0.13 | 0 | 0.32 | 0 | 84.15 | 1 | 0.84 |
| Hex | DE | FF | AD | D | 0 | 20 | 0 | 54 | 64 | 54 |
| Octal | 336 | 377 | 255 | 15 | 0 | 40 | 0 | 124 | 144 | 124 |
| Binary | 11011110 | 11111111 | 10101101 | 1101 | 0 | 100000 | 0 | 1010100 | 1100100 | 1010100 |
Color Harmonies of #DEFFAD
Complementary color
Monochromatic Colors of #DEFFAD
Black with #DEFFAD
Text Example
Text Example
White with #DEFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFAD; }
p { color: rgb(222,255,173); }
H1.HeaderClassName
{
color: #DEFFAD;
}
.AnyTagClassName
{
color: #DEFFAD;
}
</style>
background-color css
<style>
a { background-color: #DEFFAD; }
a { background-color: rgb(222,255,173); }
div.DivClassName
{
background-color: #DEFFAD;
}
.BgClassName
{
background-color: #DEFFAD;
}
</style>
border-color css
<style>
span { border-color: #DEFFAD; }
span { border-color: rgb(222,255,173); }
td.TdClassName
{
border-color: #DEFFAD;
}
.TagClassName
{
border-color: #DEFFAD;
}
</style>