Shades of Reef #DEFFAC
Tints of Reef #DEFFAC
RGB
CMYK
RGB Variations
Color information
#DEFFAC (or 0xDEFFAC) is known color: Reef. HEX triplet: DE, FF and AC. RGB value is (222,255,172). Sum of RGB (Red+Green+Blue) = 222+255+172=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFAC is #210053. Grayscale: #EBEBEB. Windows color (decimal): -2162772 or 11337694. OLE color: 11337694.
HSL color Cylindrical-coordinate representation of color #DEFFAC: hue angle of 83.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEFFAC is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 172 | - |
| CMYK | 0.13 | 0 | 0.33 | 0 |
| HSL | 83.86º | 1% | 0.84% | - |
| HSV(B) | 83.86º | 0.33% | 1% | - |
| XYZ | 73.33 | 90.03 | 52.54 | - |
| YUV | 235.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 172 | 0.13 | 0 | 0.33 | 0 | 83.86 | 1 | 0.84 |
| Hex | DE | FF | AC | D | 0 | 21 | 0 | 54 | 64 | 54 |
| Octal | 336 | 377 | 254 | 15 | 0 | 41 | 0 | 124 | 144 | 124 |
| Binary | 11011110 | 11111111 | 10101100 | 1101 | 0 | 100001 | 0 | 1010100 | 1100100 | 1010100 |
Color Harmonies of #DEFFAC
Complementary color
Monochromatic Colors of #DEFFAC
Black with #DEFFAC
Text Example
Text Example
White with #DEFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFAC; }
p { color: rgb(222,255,172); }
H1.HeaderClassName
{
color: #DEFFAC;
}
.AnyTagClassName
{
color: #DEFFAC;
}
</style>
background-color css
<style>
a { background-color: #DEFFAC; }
a { background-color: rgb(222,255,172); }
div.DivClassName
{
background-color: #DEFFAC;
}
.BgClassName
{
background-color: #DEFFAC;
}
</style>
border-color css
<style>
span { border-color: #DEFFAC; }
span { border-color: rgb(222,255,172); }
td.TdClassName
{
border-color: #DEFFAC;
}
.TagClassName
{
border-color: #DEFFAC;
}
</style>