Shades of Reef #DEF2AD
Tints of Reef #DEF2AD
RGB
CMYK
RGB Variations
Color information
#DEF2AD (or 0xDEF2AD) is known color: Reef. HEX triplet: DE, F2 and AD. RGB value is (222,242,173). Sum of RGB (Red+Green+Blue) = 222+242+173=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF2AD is #210D52. Grayscale: #E4E4E4. Windows color (decimal): -2166099 or 11399902. OLE color: 11399902.
HSL color Cylindrical-coordinate representation of color #DEF2AD: hue angle of 77.39º 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 #DEF2AD is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 173 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.05 |
| HSL | 77.39º | 0.73% | 0.81% | - |
| HSV(B) | 77.39º | 0.29% | 0.95% | - |
| XYZ | 69.42 | 82.05 | 51.71 | - |
| YUV | 228.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 173 | 0.08 | 0 | 0.29 | 0.05 | 77.39 | 0.73 | 0.81 |
| Hex | DE | F2 | AD | 8 | 0 | 1D | 5 | 4D | 49 | 51 |
| Octal | 336 | 362 | 255 | 10 | 0 | 35 | 5 | 115 | 111 | 121 |
| Binary | 11011110 | 11110010 | 10101101 | 1000 | 0 | 11101 | 101 | 1001101 | 1001001 | 1010001 |
Color Harmonies of #DEF2AD
Complementary color
Monochromatic Colors of #DEF2AD
Black with #DEF2AD
Text Example
Text Example
White with #DEF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2AD; }
p { color: rgb(222,242,173); }
H1.HeaderClassName
{
color: #DEF2AD;
}
.AnyTagClassName
{
color: #DEF2AD;
}
</style>
background-color css
<style>
a { background-color: #DEF2AD; }
a { background-color: rgb(222,242,173); }
div.DivClassName
{
background-color: #DEF2AD;
}
.BgClassName
{
background-color: #DEF2AD;
}
</style>
border-color css
<style>
span { border-color: #DEF2AD; }
span { border-color: rgb(222,242,173); }
td.TdClassName
{
border-color: #DEF2AD;
}
.TagClassName
{
border-color: #DEF2AD;
}
</style>