Shades of Reef #D0E193
Tints of Reef #D0E193
RGB
CMYK
RGB Variations
Color information
#D0E193 (or 0xD0E193) is known color: Reef. HEX triplet: D0, E1 and 93. RGB value is (208,225,147). Sum of RGB (Red+Green+Blue) = 208+225+147=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E193 is #2F1E6C. Grayscale: #D3D3D3. Windows color (decimal): -3087981 or 9691600. OLE color: 9691600.
HSL color Cylindrical-coordinate representation of color #D0E193: hue angle of 73.08º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0E193 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 147 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.12 |
| HSL | 73.08º | 0.57% | 0.73% | - |
| HSV(B) | 73.08º | 0.35% | 0.88% | - |
| XYZ | 58.2 | 69.37 | 37.93 | - |
| YUV | 211.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 147 | 0.08 | 0 | 0.35 | 0.12 | 73.08 | 0.57 | 0.73 |
| Hex | D0 | E1 | 93 | 8 | 0 | 23 | C | 49 | 39 | 49 |
| Octal | 320 | 341 | 223 | 10 | 0 | 43 | 14 | 111 | 71 | 111 |
| Binary | 11010000 | 11100001 | 10010011 | 1000 | 0 | 100011 | 1100 | 1001001 | 111001 | 1001001 |
Color Harmonies of #D0E193
Complementary color
Monochromatic Colors of #D0E193
Black with #D0E193
Text Example
Text Example
White with #D0E193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E193; }
p { color: rgb(208,225,147); }
H1.HeaderClassName
{
color: #D0E193;
}
.AnyTagClassName
{
color: #D0E193;
}
</style>
background-color css
<style>
a { background-color: #D0E193; }
a { background-color: rgb(208,225,147); }
div.DivClassName
{
background-color: #D0E193;
}
.BgClassName
{
background-color: #D0E193;
}
</style>
border-color css
<style>
span { border-color: #D0E193; }
span { border-color: rgb(208,225,147); }
td.TdClassName
{
border-color: #D0E193;
}
.TagClassName
{
border-color: #D0E193;
}
</style>