Shades of Reef #D1E194
Tints of Reef #D1E194
RGB
CMYK
RGB Variations
Color information
#D1E194 (or 0xD1E194) is known color: Reef. HEX triplet: D1, E1 and 94. RGB value is (209,225,148). Sum of RGB (Red+Green+Blue) = 209+225+148=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E194 is #2E1E6B. Grayscale: #D3D3D3. Windows color (decimal): -3022444 or 9757137. OLE color: 9757137.
HSL color Cylindrical-coordinate representation of color #D1E194: hue angle of 72.47º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1E194 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 148 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.12 |
| HSL | 72.47º | 0.56% | 0.73% | - |
| HSV(B) | 72.47º | 0.34% | 0.88% | - |
| XYZ | 58.57 | 69.54 | 38.35 | - |
| YUV | 211.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 148 | 0.07 | 0 | 0.34 | 0.12 | 72.47 | 0.56 | 0.73 |
| Hex | D1 | E1 | 94 | 7 | 0 | 22 | C | 48 | 38 | 49 |
| Octal | 321 | 341 | 224 | 7 | 0 | 42 | 14 | 110 | 70 | 111 |
| Binary | 11010001 | 11100001 | 10010100 | 111 | 0 | 100010 | 1100 | 1001000 | 111000 | 1001001 |
Color Harmonies of #D1E194
Complementary color
Monochromatic Colors of #D1E194
Black with #D1E194
Text Example
Text Example
White with #D1E194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E194; }
p { color: rgb(209,225,148); }
H1.HeaderClassName
{
color: #D1E194;
}
.AnyTagClassName
{
color: #D1E194;
}
</style>
background-color css
<style>
a { background-color: #D1E194; }
a { background-color: rgb(209,225,148); }
div.DivClassName
{
background-color: #D1E194;
}
.BgClassName
{
background-color: #D1E194;
}
</style>
border-color css
<style>
span { border-color: #D1E194; }
span { border-color: rgb(209,225,148); }
td.TdClassName
{
border-color: #D1E194;
}
.TagClassName
{
border-color: #D1E194;
}
</style>