Shades of Reef #D1E19A
Tints of Reef #D1E19A
RGB
CMYK
RGB Variations
Color information
#D1E19A (or 0xD1E19A) is known color: Reef. HEX triplet: D1, E1 and 9A. RGB value is (209,225,154). Sum of RGB (Red+Green+Blue) = 209+225+154=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E19A is #2E1E65. Grayscale: #D4D4D4. Windows color (decimal): -3022438 or 10150353. OLE color: 10150353.
HSL color Cylindrical-coordinate representation of color #D1E19A: hue angle of 73.52º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1E19A is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 154 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.12 |
| HSL | 73.52º | 0.54% | 0.74% | - |
| HSV(B) | 73.52º | 0.32% | 0.88% | - |
| XYZ | 59.05 | 69.74 | 40.92 | - |
| YUV | 212.12 | 95.2 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 154 | 0.07 | 0 | 0.32 | 0.12 | 73.52 | 0.54 | 0.74 |
| Hex | D1 | E1 | 9A | 7 | 0 | 20 | C | 4A | 36 | 4A |
| Octal | 321 | 341 | 232 | 7 | 0 | 40 | 14 | 112 | 66 | 112 |
| Binary | 11010001 | 11100001 | 10011010 | 111 | 0 | 100000 | 1100 | 1001010 | 110110 | 1001010 |
Color Harmonies of #D1E19A
Complementary color
Monochromatic Colors of #D1E19A
Black with #D1E19A
Text Example
Text Example
White with #D1E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E19A; }
p { color: rgb(209,225,154); }
H1.HeaderClassName
{
color: #D1E19A;
}
.AnyTagClassName
{
color: #D1E19A;
}
</style>
background-color css
<style>
a { background-color: #D1E19A; }
a { background-color: rgb(209,225,154); }
div.DivClassName
{
background-color: #D1E19A;
}
.BgClassName
{
background-color: #D1E19A;
}
</style>
border-color css
<style>
span { border-color: #D1E19A; }
span { border-color: rgb(209,225,154); }
td.TdClassName
{
border-color: #D1E19A;
}
.TagClassName
{
border-color: #D1E19A;
}
</style>