Shades of Reef #D1E09A
Tints of Reef #D1E09A
RGB
CMYK
RGB Variations
Color information
#D1E09A (or 0xD1E09A) is known color: Reef. HEX triplet: D1, E0 and 9A. RGB value is (209,224,154). Sum of RGB (Red+Green+Blue) = 209+224+154=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E09A is #2E1F65. Grayscale: #D3D3D3. Windows color (decimal): -3022694 or 10150097. OLE color: 10150097.
HSL color Cylindrical-coordinate representation of color #D1E09A: hue angle of 72.86º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1E09A is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 154 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.12 |
| HSL | 72.86º | 0.53% | 0.74% | - |
| HSV(B) | 72.86º | 0.31% | 0.88% | - |
| XYZ | 58.78 | 69.2 | 40.83 | - |
| YUV | 211.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 154 | 0.07 | 0 | 0.31 | 0.12 | 72.86 | 0.53 | 0.74 |
| Hex | D1 | E0 | 9A | 7 | 0 | 1F | C | 49 | 35 | 4A |
| Octal | 321 | 340 | 232 | 7 | 0 | 37 | 14 | 111 | 65 | 112 |
| Binary | 11010001 | 11100000 | 10011010 | 111 | 0 | 11111 | 1100 | 1001001 | 110101 | 1001010 |
Color Harmonies of #D1E09A
Complementary color
Monochromatic Colors of #D1E09A
Black with #D1E09A
Text Example
Text Example
White with #D1E09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E09A; }
p { color: rgb(209,224,154); }
H1.HeaderClassName
{
color: #D1E09A;
}
.AnyTagClassName
{
color: #D1E09A;
}
</style>
background-color css
<style>
a { background-color: #D1E09A; }
a { background-color: rgb(209,224,154); }
div.DivClassName
{
background-color: #D1E09A;
}
.BgClassName
{
background-color: #D1E09A;
}
</style>
border-color css
<style>
span { border-color: #D1E09A; }
span { border-color: rgb(209,224,154); }
td.TdClassName
{
border-color: #D1E09A;
}
.TagClassName
{
border-color: #D1E09A;
}
</style>