Shades of Reef #DEF2A8
Tints of Reef #DEF2A8
RGB
CMYK
RGB Variations
Color information
#DEF2A8 (or 0xDEF2A8) is known color: Reef. HEX triplet: DE, F2 and A8. RGB value is (222,242,168). Sum of RGB (Red+Green+Blue) = 222+242+168=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 168 (66.02% from 255 or 26.58% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF2A8 is #210D57. Grayscale: #E3E3E3. Windows color (decimal): -2166104 or 11072222. OLE color: 11072222.
HSL color Cylindrical-coordinate representation of color #DEF2A8: hue angle of 76.22º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEF2A8 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 168 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.05 |
| HSL | 76.22º | 0.74% | 0.8% | - |
| HSV(B) | 76.22º | 0.31% | 0.95% | - |
| XYZ | 68.94 | 81.86 | 49.21 | - |
| YUV | 227.58 | 94.37 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 168 | 0.08 | 0 | 0.31 | 0.05 | 76.22 | 0.74 | 0.8 |
| Hex | DE | F2 | A8 | 8 | 0 | 1F | 5 | 4C | 4A | 50 |
| Octal | 336 | 362 | 250 | 10 | 0 | 37 | 5 | 114 | 112 | 120 |
| Binary | 11011110 | 11110010 | 10101000 | 1000 | 0 | 11111 | 101 | 1001100 | 1001010 | 1010000 |
Color Harmonies of #DEF2A8
Complementary color
Monochromatic Colors of #DEF2A8
Black with #DEF2A8
Text Example
Text Example
White with #DEF2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2A8; }
p { color: rgb(222,242,168); }
H1.HeaderClassName
{
color: #DEF2A8;
}
.AnyTagClassName
{
color: #DEF2A8;
}
</style>
background-color css
<style>
a { background-color: #DEF2A8; }
a { background-color: rgb(222,242,168); }
div.DivClassName
{
background-color: #DEF2A8;
}
.BgClassName
{
background-color: #DEF2A8;
}
</style>
border-color css
<style>
span { border-color: #DEF2A8; }
span { border-color: rgb(222,242,168); }
td.TdClassName
{
border-color: #DEF2A8;
}
.TagClassName
{
border-color: #DEF2A8;
}
</style>