Shades of Reef #DEF2AC
Tints of Reef #DEF2AC
RGB
CMYK
RGB Variations
Color information
#DEF2AC (or 0xDEF2AC) is known color: Reef. HEX triplet: DE, F2 and AC. RGB value is (222,242,172). Sum of RGB (Red+Green+Blue) = 222+242+172=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF2AC is #210D53. Grayscale: #E4E4E4. Windows color (decimal): -2166100 or 11334366. OLE color: 11334366.
HSL color Cylindrical-coordinate representation of color #DEF2AC: hue angle of 77.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEF2AC is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 172 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.05 |
| HSL | 77.14º | 0.73% | 0.81% | - |
| HSV(B) | 77.14º | 0.29% | 0.95% | - |
| XYZ | 69.32 | 82.01 | 51.21 | - |
| YUV | 228.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 172 | 0.08 | 0 | 0.29 | 0.05 | 77.14 | 0.73 | 0.81 |
| Hex | DE | F2 | AC | 8 | 0 | 1D | 5 | 4D | 49 | 51 |
| Octal | 336 | 362 | 254 | 10 | 0 | 35 | 5 | 115 | 111 | 121 |
| Binary | 11011110 | 11110010 | 10101100 | 1000 | 0 | 11101 | 101 | 1001101 | 1001001 | 1010001 |
Color Harmonies of #DEF2AC
Complementary color
Monochromatic Colors of #DEF2AC
Black with #DEF2AC
Text Example
Text Example
White with #DEF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2AC; }
p { color: rgb(222,242,172); }
H1.HeaderClassName
{
color: #DEF2AC;
}
.AnyTagClassName
{
color: #DEF2AC;
}
</style>
background-color css
<style>
a { background-color: #DEF2AC; }
a { background-color: rgb(222,242,172); }
div.DivClassName
{
background-color: #DEF2AC;
}
.BgClassName
{
background-color: #DEF2AC;
}
</style>
border-color css
<style>
span { border-color: #DEF2AC; }
span { border-color: rgb(222,242,172); }
td.TdClassName
{
border-color: #DEF2AC;
}
.TagClassName
{
border-color: #DEF2AC;
}
</style>