Shades of Reef #DEF6AF
Tints of Reef #DEF6AF
RGB
CMYK
RGB Variations
Color information
#DEF6AF (or 0xDEF6AF) is known color: Reef. HEX triplet: DE, F6 and AF. RGB value is (222,246,175). Sum of RGB (Red+Green+Blue) = 222+246+175=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF6AF is #210950. Grayscale: #E6E6E6. Windows color (decimal): -2165073 or 11531998. OLE color: 11531998.
HSL color Cylindrical-coordinate representation of color #DEF6AF: hue angle of 80.28º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEF6AF is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 175 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.04 |
| HSL | 80.28º | 0.8% | 0.83% | - |
| HSV(B) | 80.28º | 0.29% | 0.96% | - |
| XYZ | 70.82 | 84.54 | 53.14 | - |
| YUV | 230.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 175 | 0.10 | 0 | 0.29 | 0.04 | 80.28 | 0.8 | 0.83 |
| Hex | DE | F6 | AF | A | 0 | 1D | 4 | 50 | 50 | 53 |
| Octal | 336 | 366 | 257 | 12 | 0 | 35 | 4 | 120 | 120 | 123 |
| Binary | 11011110 | 11110110 | 10101111 | 1010 | 0 | 11101 | 100 | 1010000 | 1010000 | 1010011 |
Color Harmonies of #DEF6AF
Complementary color
Monochromatic Colors of #DEF6AF
Black with #DEF6AF
Text Example
Text Example
White with #DEF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6AF; }
p { color: rgb(222,246,175); }
H1.HeaderClassName
{
color: #DEF6AF;
}
.AnyTagClassName
{
color: #DEF6AF;
}
</style>
background-color css
<style>
a { background-color: #DEF6AF; }
a { background-color: rgb(222,246,175); }
div.DivClassName
{
background-color: #DEF6AF;
}
.BgClassName
{
background-color: #DEF6AF;
}
</style>
border-color css
<style>
span { border-color: #DEF6AF; }
span { border-color: rgb(222,246,175); }
td.TdClassName
{
border-color: #DEF6AF;
}
.TagClassName
{
border-color: #DEF6AF;
}
</style>