Shades of Reef #D1E093
Tints of Reef #D1E093
RGB
CMYK
RGB Variations
Color information
#D1E093 (or 0xD1E093) is known color: Reef. HEX triplet: D1, E0 and 93. RGB value is (209,224,147). Sum of RGB (Red+Green+Blue) = 209+224+147=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E093 is #2E1F6C. Grayscale: #D3D3D3. Windows color (decimal): -3022701 or 9691345. OLE color: 9691345.
HSL color Cylindrical-coordinate representation of color #D1E093: hue angle of 71.69º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1E093 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 147 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.12 |
| HSL | 71.69º | 0.55% | 0.73% | - |
| HSV(B) | 71.69º | 0.34% | 0.88% | - |
| XYZ | 58.22 | 68.97 | 37.85 | - |
| YUV | 210.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 147 | 0.07 | 0 | 0.34 | 0.12 | 71.69 | 0.55 | 0.73 |
| Hex | D1 | E0 | 93 | 7 | 0 | 22 | C | 48 | 37 | 49 |
| Octal | 321 | 340 | 223 | 7 | 0 | 42 | 14 | 110 | 67 | 111 |
| Binary | 11010001 | 11100000 | 10010011 | 111 | 0 | 100010 | 1100 | 1001000 | 110111 | 1001001 |
Color Harmonies of #D1E093
Complementary color
Monochromatic Colors of #D1E093
Black with #D1E093
Text Example
Text Example
White with #D1E093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E093; }
p { color: rgb(209,224,147); }
H1.HeaderClassName
{
color: #D1E093;
}
.AnyTagClassName
{
color: #D1E093;
}
</style>
background-color css
<style>
a { background-color: #D1E093; }
a { background-color: rgb(209,224,147); }
div.DivClassName
{
background-color: #D1E093;
}
.BgClassName
{
background-color: #D1E093;
}
</style>
border-color css
<style>
span { border-color: #D1E093; }
span { border-color: rgb(209,224,147); }
td.TdClassName
{
border-color: #D1E093;
}
.TagClassName
{
border-color: #D1E093;
}
</style>