Shades of Reef #D2E397
Tints of Reef #D2E397
RGB
CMYK
RGB Variations
Color information
#D2E397 (or 0xD2E397) is known color: Reef. HEX triplet: D2, E3 and 97. RGB value is (210,227,151). Sum of RGB (Red+Green+Blue) = 210+227+151=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E397 is #2D1C68. Grayscale: #D5D5D5. Windows color (decimal): -2956393 or 9954258. OLE color: 9954258.
HSL color Cylindrical-coordinate representation of color #D2E397: hue angle of 73.42º 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 #D2E397 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 151 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.11 |
| HSL | 73.42º | 0.58% | 0.74% | - |
| HSV(B) | 73.42º | 0.33% | 0.89% | - |
| XYZ | 59.63 | 70.87 | 39.82 | - |
| YUV | 213.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 151 | 0.07 | 0 | 0.33 | 0.11 | 73.42 | 0.58 | 0.74 |
| Hex | D2 | E3 | 97 | 7 | 0 | 21 | B | 49 | 3A | 4A |
| Octal | 322 | 343 | 227 | 7 | 0 | 41 | 13 | 111 | 72 | 112 |
| Binary | 11010010 | 11100011 | 10010111 | 111 | 0 | 100001 | 1011 | 1001001 | 111010 | 1001010 |
Color Harmonies of #D2E397
Complementary color
Monochromatic Colors of #D2E397
Black with #D2E397
Text Example
Text Example
White with #D2E397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E397; }
p { color: rgb(210,227,151); }
H1.HeaderClassName
{
color: #D2E397;
}
.AnyTagClassName
{
color: #D2E397;
}
</style>
background-color css
<style>
a { background-color: #D2E397; }
a { background-color: rgb(210,227,151); }
div.DivClassName
{
background-color: #D2E397;
}
.BgClassName
{
background-color: #D2E397;
}
</style>
border-color css
<style>
span { border-color: #D2E397; }
span { border-color: rgb(210,227,151); }
td.TdClassName
{
border-color: #D2E397;
}
.TagClassName
{
border-color: #D2E397;
}
</style>