Shades of Reef #DEFDA0
Tints of Reef #DEFDA0
RGB
CMYK
RGB Variations
Color information
#DEFDA0 (or 0xDEFDA0) is known color: Reef. HEX triplet: DE, FD and A0. RGB value is (222,253,160). Sum of RGB (Red+Green+Blue) = 222+253+160=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDA0 is #21025F. Grayscale: #E9E9E9. Windows color (decimal): -2163296 or 10550750. OLE color: 10550750.
HSL color Cylindrical-coordinate representation of color #DEFDA0: hue angle of 80º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEFDA0 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 160 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.01 |
| HSL | 80º | 0.96% | 0.81% | - |
| HSV(B) | 80º | 0.37% | 0.99% | - |
| XYZ | 71.59 | 88.32 | 46.53 | - |
| YUV | 233.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 160 | 0.12 | 0 | 0.37 | 0.01 | 80 | 0.96 | 0.81 |
| Hex | DE | FD | A0 | C | 0 | 25 | 1 | 50 | 60 | 51 |
| Octal | 336 | 375 | 240 | 14 | 0 | 45 | 1 | 120 | 140 | 121 |
| Binary | 11011110 | 11111101 | 10100000 | 1100 | 0 | 100101 | 1 | 1010000 | 1100000 | 1010001 |
Color Harmonies of #DEFDA0
Complementary color
Monochromatic Colors of #DEFDA0
Black with #DEFDA0
Text Example
Text Example
White with #DEFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDA0; }
p { color: rgb(222,253,160); }
H1.HeaderClassName
{
color: #DEFDA0;
}
.AnyTagClassName
{
color: #DEFDA0;
}
</style>
background-color css
<style>
a { background-color: #DEFDA0; }
a { background-color: rgb(222,253,160); }
div.DivClassName
{
background-color: #DEFDA0;
}
.BgClassName
{
background-color: #DEFDA0;
}
</style>
border-color css
<style>
span { border-color: #DEFDA0; }
span { border-color: rgb(222,253,160); }
td.TdClassName
{
border-color: #DEFDA0;
}
.TagClassName
{
border-color: #DEFDA0;
}
</style>