Shades of Reef #DEF9A1
Tints of Reef #DEF9A1
RGB
CMYK
RGB Variations
Color information
#DEF9A1 (or 0xDEF9A1) is known color: Reef. HEX triplet: DE, F9 and A1. RGB value is (222,249,161). Sum of RGB (Red+Green+Blue) = 222+249+161=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF9A1 is #21065E. Grayscale: #E7E7E7. Windows color (decimal): -2164319 or 10615262. OLE color: 10615262.
HSL color Cylindrical-coordinate representation of color #DEF9A1: hue angle of 78.41º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEF9A1 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 161 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.02 |
| HSL | 78.41º | 0.88% | 0.8% | - |
| HSV(B) | 78.41º | 0.35% | 0.98% | - |
| XYZ | 70.43 | 85.85 | 46.58 | - |
| YUV | 230.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 161 | 0.11 | 0 | 0.35 | 0.02 | 78.41 | 0.88 | 0.8 |
| Hex | DE | F9 | A1 | B | 0 | 23 | 2 | 4E | 58 | 50 |
| Octal | 336 | 371 | 241 | 13 | 0 | 43 | 2 | 116 | 130 | 120 |
| Binary | 11011110 | 11111001 | 10100001 | 1011 | 0 | 100011 | 10 | 1001110 | 1011000 | 1010000 |
Color Harmonies of #DEF9A1
Complementary color
Monochromatic Colors of #DEF9A1
Black with #DEF9A1
Text Example
Text Example
White with #DEF9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF9A1; }
p { color: rgb(222,249,161); }
H1.HeaderClassName
{
color: #DEF9A1;
}
.AnyTagClassName
{
color: #DEF9A1;
}
</style>
background-color css
<style>
a { background-color: #DEF9A1; }
a { background-color: rgb(222,249,161); }
div.DivClassName
{
background-color: #DEF9A1;
}
.BgClassName
{
background-color: #DEF9A1;
}
</style>
border-color css
<style>
span { border-color: #DEF9A1; }
span { border-color: rgb(222,249,161); }
td.TdClassName
{
border-color: #DEF9A1;
}
.TagClassName
{
border-color: #DEF9A1;
}
</style>