Shades of Reef #DEFD8D
Tints of Reef #DEFD8D
RGB
CMYK
RGB Variations
Color information
#DEFD8D (or 0xDEFD8D) is known color: Reef. HEX triplet: DE, FD and 8D. RGB value is (222,253,141). Sum of RGB (Red+Green+Blue) = 222+253+141=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFD8D is #210272. Grayscale: #E7E7E7. Windows color (decimal): -2163315 or 9305566. OLE color: 9305566.
HSL color Cylindrical-coordinate representation of color #DEFD8D: hue angle of 76.61º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEFD8D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 141 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.01 |
| HSL | 76.61º | 0.97% | 0.77% | - |
| HSV(B) | 76.61º | 0.44% | 0.99% | - |
| XYZ | 70.06 | 87.7 | 38.44 | - |
| YUV | 230.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 141 | 0.12 | 0 | 0.44 | 0.01 | 76.61 | 0.97 | 0.77 |
| Hex | DE | FD | 8D | C | 0 | 2C | 1 | 4D | 61 | 4D |
| Octal | 336 | 375 | 215 | 14 | 0 | 54 | 1 | 115 | 141 | 115 |
| Binary | 11011110 | 11111101 | 10001101 | 1100 | 0 | 101100 | 1 | 1001101 | 1100001 | 1001101 |
Color Harmonies of #DEFD8D
Complementary color
Monochromatic Colors of #DEFD8D
Black with #DEFD8D
Text Example
Text Example
White with #DEFD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFD8D; }
p { color: rgb(222,253,141); }
H1.HeaderClassName
{
color: #DEFD8D;
}
.AnyTagClassName
{
color: #DEFD8D;
}
</style>
background-color css
<style>
a { background-color: #DEFD8D; }
a { background-color: rgb(222,253,141); }
div.DivClassName
{
background-color: #DEFD8D;
}
.BgClassName
{
background-color: #DEFD8D;
}
</style>
border-color css
<style>
span { border-color: #DEFD8D; }
span { border-color: rgb(222,253,141); }
td.TdClassName
{
border-color: #DEFD8D;
}
.TagClassName
{
border-color: #DEFD8D;
}
</style>