Shades of Reef #DEF0AF
Tints of Reef #DEF0AF
RGB
CMYK
RGB Variations
Color information
#DEF0AF (or 0xDEF0AF) is known color: Reef. HEX triplet: DE, F0 and AF. RGB value is (222,240,175). Sum of RGB (Red+Green+Blue) = 222+240+175=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0AF is #210F50. Grayscale: #E3E3E3. Windows color (decimal): -2166609 or 11530462. OLE color: 11530462.
HSL color Cylindrical-coordinate representation of color #DEF0AF: hue angle of 76.62º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEF0AF is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 175 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.06 |
| HSL | 76.62º | 0.68% | 0.81% | - |
| HSV(B) | 76.62º | 0.27% | 0.94% | - |
| XYZ | 69.02 | 80.94 | 52.54 | - |
| YUV | 227.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 175 | 0.08 | 0 | 0.27 | 0.06 | 76.62 | 0.68 | 0.81 |
| Hex | DE | F0 | AF | 8 | 0 | 1B | 6 | 4D | 44 | 51 |
| Octal | 336 | 360 | 257 | 10 | 0 | 33 | 6 | 115 | 104 | 121 |
| Binary | 11011110 | 11110000 | 10101111 | 1000 | 0 | 11011 | 110 | 1001101 | 1000100 | 1010001 |
Color Harmonies of #DEF0AF
Complementary color
Monochromatic Colors of #DEF0AF
Black with #DEF0AF
Text Example
Text Example
White with #DEF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0AF; }
p { color: rgb(222,240,175); }
H1.HeaderClassName
{
color: #DEF0AF;
}
.AnyTagClassName
{
color: #DEF0AF;
}
</style>
background-color css
<style>
a { background-color: #DEF0AF; }
a { background-color: rgb(222,240,175); }
div.DivClassName
{
background-color: #DEF0AF;
}
.BgClassName
{
background-color: #DEF0AF;
}
</style>
border-color css
<style>
span { border-color: #DEF0AF; }
span { border-color: rgb(222,240,175); }
td.TdClassName
{
border-color: #DEF0AF;
}
.TagClassName
{
border-color: #DEF0AF;
}
</style>