Shades of Reef #DEFD8E
Tints of Reef #DEFD8E
RGB
CMYK
RGB Variations
Color information
#DEFD8E (or 0xDEFD8E) is known color: Reef. HEX triplet: DE, FD and 8E. RGB value is (222,253,142). Sum of RGB (Red+Green+Blue) = 222+253+142=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 142 (55.86% from 255 or 23.01% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFD8E is #210271. Grayscale: #E7E7E7. Windows color (decimal): -2163314 or 9371102. OLE color: 9371102.
HSL color Cylindrical-coordinate representation of color #DEFD8E: hue angle of 76.76º 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 #DEFD8E is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 142 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.01 |
| HSL | 76.76º | 0.97% | 0.77% | - |
| HSV(B) | 76.76º | 0.44% | 0.99% | - |
| XYZ | 70.13 | 87.73 | 38.83 | - |
| YUV | 231.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 142 | 0.12 | 0 | 0.44 | 0.01 | 76.76 | 0.97 | 0.77 |
| Hex | DE | FD | 8E | C | 0 | 2C | 1 | 4D | 61 | 4D |
| Octal | 336 | 375 | 216 | 14 | 0 | 54 | 1 | 115 | 141 | 115 |
| Binary | 11011110 | 11111101 | 10001110 | 1100 | 0 | 101100 | 1 | 1001101 | 1100001 | 1001101 |
Color Harmonies of #DEFD8E
Complementary color
Monochromatic Colors of #DEFD8E
Black with #DEFD8E
Text Example
Text Example
White with #DEFD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFD8E; }
p { color: rgb(222,253,142); }
H1.HeaderClassName
{
color: #DEFD8E;
}
.AnyTagClassName
{
color: #DEFD8E;
}
</style>
background-color css
<style>
a { background-color: #DEFD8E; }
a { background-color: rgb(222,253,142); }
div.DivClassName
{
background-color: #DEFD8E;
}
.BgClassName
{
background-color: #DEFD8E;
}
</style>
border-color css
<style>
span { border-color: #DEFD8E; }
span { border-color: rgb(222,253,142); }
td.TdClassName
{
border-color: #DEFD8E;
}
.TagClassName
{
border-color: #DEFD8E;
}
</style>