Shades of Reef #D4E993
Tints of Reef #D4E993
RGB
CMYK
RGB Variations
Color information
#D4E993 (or 0xD4E993) is known color: Reef. HEX triplet: D4, E9 and 93. RGB value is (212,233,147). Sum of RGB (Red+Green+Blue) = 212+233+147=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E993 is #2B166C. Grayscale: #D9D9D9. Windows color (decimal): -2823789 or 9693652. OLE color: 9693652.
HSL color Cylindrical-coordinate representation of color #D4E993: hue angle of 74.65º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4E993 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 233 | 147 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.09 |
| HSL | 74.65º | 0.66% | 0.75% | - |
| HSV(B) | 74.65º | 0.37% | 0.91% | - |
| XYZ | 61.56 | 74.38 | 38.72 | - |
| YUV | 216.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 233 | 147 | 0.09 | 0 | 0.37 | 0.09 | 74.65 | 0.66 | 0.75 |
| Hex | D4 | E9 | 93 | 9 | 0 | 25 | 9 | 4B | 42 | 4B |
| Octal | 324 | 351 | 223 | 11 | 0 | 45 | 11 | 113 | 102 | 113 |
| Binary | 11010100 | 11101001 | 10010011 | 1001 | 0 | 100101 | 1001 | 1001011 | 1000010 | 1001011 |
Color Harmonies of #D4E993
Complementary color
Monochromatic Colors of #D4E993
Black with #D4E993
Text Example
Text Example
White with #D4E993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E993; }
p { color: rgb(212,233,147); }
H1.HeaderClassName
{
color: #D4E993;
}
.AnyTagClassName
{
color: #D4E993;
}
</style>
background-color css
<style>
a { background-color: #D4E993; }
a { background-color: rgb(212,233,147); }
div.DivClassName
{
background-color: #D4E993;
}
.BgClassName
{
background-color: #D4E993;
}
</style>
border-color css
<style>
span { border-color: #D4E993; }
span { border-color: rgb(212,233,147); }
td.TdClassName
{
border-color: #D4E993;
}
.TagClassName
{
border-color: #D4E993;
}
</style>