Shades of Reef #DEF0A0
Tints of Reef #DEF0A0
RGB
CMYK
RGB Variations
Color information
#DEF0A0 (or 0xDEF0A0) is known color: Reef. HEX triplet: DE, F0 and A0. RGB value is (222,240,160). Sum of RGB (Red+Green+Blue) = 222+240+160=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0A0 is #210F5F. Grayscale: #E1E1E1. Windows color (decimal): -2166624 or 10547422. OLE color: 10547422.
HSL color Cylindrical-coordinate representation of color #DEF0A0: hue angle of 73.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEF0A0 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 160 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.06 |
| HSL | 73.5º | 0.73% | 0.78% | - |
| HSV(B) | 73.5º | 0.33% | 0.94% | - |
| XYZ | 67.63 | 80.39 | 45.21 | - |
| YUV | 225.5 | 91.04 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 160 | 0.08 | 0 | 0.33 | 0.06 | 73.5 | 0.73 | 0.78 |
| Hex | DE | F0 | A0 | 8 | 0 | 21 | 6 | 4A | 49 | 4E |
| Octal | 336 | 360 | 240 | 10 | 0 | 41 | 6 | 112 | 111 | 116 |
| Binary | 11011110 | 11110000 | 10100000 | 1000 | 0 | 100001 | 110 | 1001010 | 1001001 | 1001110 |
Color Harmonies of #DEF0A0
Complementary color
Monochromatic Colors of #DEF0A0
Black with #DEF0A0
Text Example
Text Example
White with #DEF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0A0; }
p { color: rgb(222,240,160); }
H1.HeaderClassName
{
color: #DEF0A0;
}
.AnyTagClassName
{
color: #DEF0A0;
}
</style>
background-color css
<style>
a { background-color: #DEF0A0; }
a { background-color: rgb(222,240,160); }
div.DivClassName
{
background-color: #DEF0A0;
}
.BgClassName
{
background-color: #DEF0A0;
}
</style>
border-color css
<style>
span { border-color: #DEF0A0; }
span { border-color: rgb(222,240,160); }
td.TdClassName
{
border-color: #DEF0A0;
}
.TagClassName
{
border-color: #DEF0A0;
}
</style>