Shades of Reef #D0E197
Tints of Reef #D0E197
RGB
CMYK
RGB Variations
Color information
#D0E197 (or 0xD0E197) is known color: Reef. HEX triplet: D0, E1 and 97. RGB value is (208,225,151). Sum of RGB (Red+Green+Blue) = 208+225+151=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 151 (59.38% from 255 or 25.86% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E197 is #2F1E68. Grayscale: #D3D3D3. Windows color (decimal): -3087977 or 9953744. OLE color: 9953744.
HSL color Cylindrical-coordinate representation of color #D0E197: hue angle of 73.78º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0E197 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 151 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.12 |
| HSL | 73.78º | 0.55% | 0.74% | - |
| HSV(B) | 73.78º | 0.33% | 0.88% | - |
| XYZ | 58.52 | 69.49 | 39.61 | - |
| YUV | 211.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 151 | 0.08 | 0 | 0.33 | 0.12 | 73.78 | 0.55 | 0.74 |
| Hex | D0 | E1 | 97 | 8 | 0 | 21 | C | 4A | 37 | 4A |
| Octal | 320 | 341 | 227 | 10 | 0 | 41 | 14 | 112 | 67 | 112 |
| Binary | 11010000 | 11100001 | 10010111 | 1000 | 0 | 100001 | 1100 | 1001010 | 110111 | 1001010 |
Color Harmonies of #D0E197
Complementary color
Monochromatic Colors of #D0E197
Black with #D0E197
Text Example
Text Example
White with #D0E197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E197; }
p { color: rgb(208,225,151); }
H1.HeaderClassName
{
color: #D0E197;
}
.AnyTagClassName
{
color: #D0E197;
}
</style>
background-color css
<style>
a { background-color: #D0E197; }
a { background-color: rgb(208,225,151); }
div.DivClassName
{
background-color: #D0E197;
}
.BgClassName
{
background-color: #D0E197;
}
</style>
border-color css
<style>
span { border-color: #D0E197; }
span { border-color: rgb(208,225,151); }
td.TdClassName
{
border-color: #D0E197;
}
.TagClassName
{
border-color: #D0E197;
}
</style>