Shades of Reef #DEFDA8
Tints of Reef #DEFDA8
RGB
CMYK
RGB Variations
Color information
#DEFDA8 (or 0xDEFDA8) is known color: Reef. HEX triplet: DE, FD and A8. RGB value is (222,253,168). Sum of RGB (Red+Green+Blue) = 222+253+168=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDA8 is #210257. Grayscale: #EAEAEA. Windows color (decimal): -2163288 or 11075038. OLE color: 11075038.
HSL color Cylindrical-coordinate representation of color #DEFDA8: hue angle of 81.88º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEFDA8 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 168 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.01 |
| HSL | 81.88º | 0.96% | 0.83% | - |
| HSV(B) | 81.88º | 0.34% | 0.99% | - |
| XYZ | 72.32 | 88.61 | 50.34 | - |
| YUV | 234.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 168 | 0.12 | 0 | 0.34 | 0.01 | 81.88 | 0.96 | 0.83 |
| Hex | DE | FD | A8 | C | 0 | 22 | 1 | 52 | 60 | 53 |
| Octal | 336 | 375 | 250 | 14 | 0 | 42 | 1 | 122 | 140 | 123 |
| Binary | 11011110 | 11111101 | 10101000 | 1100 | 0 | 100010 | 1 | 1010010 | 1100000 | 1010011 |
Color Harmonies of #DEFDA8
Complementary color
Monochromatic Colors of #DEFDA8
Black with #DEFDA8
Text Example
Text Example
White with #DEFDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDA8; }
p { color: rgb(222,253,168); }
H1.HeaderClassName
{
color: #DEFDA8;
}
.AnyTagClassName
{
color: #DEFDA8;
}
</style>
background-color css
<style>
a { background-color: #DEFDA8; }
a { background-color: rgb(222,253,168); }
div.DivClassName
{
background-color: #DEFDA8;
}
.BgClassName
{
background-color: #DEFDA8;
}
</style>
border-color css
<style>
span { border-color: #DEFDA8; }
span { border-color: rgb(222,253,168); }
td.TdClassName
{
border-color: #DEFDA8;
}
.TagClassName
{
border-color: #DEFDA8;
}
</style>