Shades of Reef #DEF3A0
Tints of Reef #DEF3A0
RGB
CMYK
RGB Variations
Color information
#DEF3A0 (or 0xDEF3A0) is known color: Reef. HEX triplet: DE, F3 and A0. RGB value is (222,243,160). Sum of RGB (Red+Green+Blue) = 222+243+160=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 160 (62.89% from 255 or 25.6% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF3A0 is #210C5F. Grayscale: #E3E3E3. Windows color (decimal): -2165856 or 10548190. OLE color: 10548190.
HSL color Cylindrical-coordinate representation of color #DEF3A0: hue angle of 75.18º degrees, saturation: 0.78, 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 #DEF3A0 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 160 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.05 |
| HSL | 75.18º | 0.78% | 0.79% | - |
| HSV(B) | 75.18º | 0.34% | 0.95% | - |
| XYZ | 68.52 | 82.17 | 45.51 | - |
| YUV | 227.26 | 90.04 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 160 | 0.09 | 0 | 0.34 | 0.05 | 75.18 | 0.78 | 0.79 |
| Hex | DE | F3 | A0 | 9 | 0 | 22 | 5 | 4B | 4E | 4F |
| Octal | 336 | 363 | 240 | 11 | 0 | 42 | 5 | 113 | 116 | 117 |
| Binary | 11011110 | 11110011 | 10100000 | 1001 | 0 | 100010 | 101 | 1001011 | 1001110 | 1001111 |
Color Harmonies of #DEF3A0
Complementary color
Monochromatic Colors of #DEF3A0
Black with #DEF3A0
Text Example
Text Example
White with #DEF3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3A0; }
p { color: rgb(222,243,160); }
H1.HeaderClassName
{
color: #DEF3A0;
}
.AnyTagClassName
{
color: #DEF3A0;
}
</style>
background-color css
<style>
a { background-color: #DEF3A0; }
a { background-color: rgb(222,243,160); }
div.DivClassName
{
background-color: #DEF3A0;
}
.BgClassName
{
background-color: #DEF3A0;
}
</style>
border-color css
<style>
span { border-color: #DEF3A0; }
span { border-color: rgb(222,243,160); }
td.TdClassName
{
border-color: #DEF3A0;
}
.TagClassName
{
border-color: #DEF3A0;
}
</style>