Shades of Reef #D0E397
Tints of Reef #D0E397
RGB
CMYK
RGB Variations
Color information
#D0E397 (or 0xD0E397) is known color: Reef. HEX triplet: D0, E3 and 97. RGB value is (208,227,151). Sum of RGB (Red+Green+Blue) = 208+227+151=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E397 is #2F1C68. Grayscale: #D4D4D4. Windows color (decimal): -3087465 or 9954256. OLE color: 9954256.
HSL color Cylindrical-coordinate representation of color #D0E397: hue angle of 75º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0E397 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 151 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.11 |
| HSL | 75º | 0.58% | 0.74% | - |
| HSV(B) | 75º | 0.33% | 0.89% | - |
| XYZ | 59.07 | 70.58 | 39.79 | - |
| YUV | 212.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 151 | 0.08 | 0 | 0.33 | 0.11 | 75 | 0.58 | 0.74 |
| Hex | D0 | E3 | 97 | 8 | 0 | 21 | B | 4B | 3A | 4A |
| Octal | 320 | 343 | 227 | 10 | 0 | 41 | 13 | 113 | 72 | 112 |
| Binary | 11010000 | 11100011 | 10010111 | 1000 | 0 | 100001 | 1011 | 1001011 | 111010 | 1001010 |
Color Harmonies of #D0E397
Complementary color
Monochromatic Colors of #D0E397
Black with #D0E397
Text Example
Text Example
White with #D0E397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E397; }
p { color: rgb(208,227,151); }
H1.HeaderClassName
{
color: #D0E397;
}
.AnyTagClassName
{
color: #D0E397;
}
</style>
background-color css
<style>
a { background-color: #D0E397; }
a { background-color: rgb(208,227,151); }
div.DivClassName
{
background-color: #D0E397;
}
.BgClassName
{
background-color: #D0E397;
}
</style>
border-color css
<style>
span { border-color: #D0E397; }
span { border-color: rgb(208,227,151); }
td.TdClassName
{
border-color: #D0E397;
}
.TagClassName
{
border-color: #D0E397;
}
</style>