Shades of Reef #DEF3A1
Tints of Reef #DEF3A1
RGB
CMYK
RGB Variations
Color information
#DEF3A1 (or 0xDEF3A1) is known color: Reef. HEX triplet: DE, F3 and A1. RGB value is (222,243,161). Sum of RGB (Red+Green+Blue) = 222+243+161=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 161 (63.28% from 255 or 25.72% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF3A1 is #210C5E. Grayscale: #E3E3E3. Windows color (decimal): -2165855 or 10613726. OLE color: 10613726.
HSL color Cylindrical-coordinate representation of color #DEF3A1: hue angle of 75.37º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEF3A1 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 161 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.05 |
| HSL | 75.37º | 0.77% | 0.79% | - |
| HSV(B) | 75.37º | 0.34% | 0.95% | - |
| XYZ | 68.61 | 82.2 | 45.97 | - |
| YUV | 227.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 161 | 0.09 | 0 | 0.34 | 0.05 | 75.37 | 0.77 | 0.79 |
| Hex | DE | F3 | A1 | 9 | 0 | 22 | 5 | 4B | 4D | 4F |
| Octal | 336 | 363 | 241 | 11 | 0 | 42 | 5 | 113 | 115 | 117 |
| Binary | 11011110 | 11110011 | 10100001 | 1001 | 0 | 100010 | 101 | 1001011 | 1001101 | 1001111 |
Color Harmonies of #DEF3A1
Complementary color
Monochromatic Colors of #DEF3A1
Black with #DEF3A1
Text Example
Text Example
White with #DEF3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3A1; }
p { color: rgb(222,243,161); }
H1.HeaderClassName
{
color: #DEF3A1;
}
.AnyTagClassName
{
color: #DEF3A1;
}
</style>
background-color css
<style>
a { background-color: #DEF3A1; }
a { background-color: rgb(222,243,161); }
div.DivClassName
{
background-color: #DEF3A1;
}
.BgClassName
{
background-color: #DEF3A1;
}
</style>
border-color css
<style>
span { border-color: #DEF3A1; }
span { border-color: rgb(222,243,161); }
td.TdClassName
{
border-color: #DEF3A1;
}
.TagClassName
{
border-color: #DEF3A1;
}
</style>