Shades of Reef #D1E695
Tints of Reef #D1E695
RGB
CMYK
RGB Variations
Color information
#D1E695 (or 0xD1E695) is known color: Reef. HEX triplet: D1, E6 and 95. RGB value is (209,230,149). Sum of RGB (Red+Green+Blue) = 209+230+149=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E695 is #2E196A. Grayscale: #D6D6D6. Windows color (decimal): -3021163 or 9823953. OLE color: 9823953.
HSL color Cylindrical-coordinate representation of color #D1E695: hue angle of 75.56º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1E695 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 149 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.10 |
| HSL | 75.56º | 0.62% | 0.74% | - |
| HSV(B) | 75.56º | 0.35% | 0.9% | - |
| XYZ | 60.02 | 72.32 | 39.23 | - |
| YUV | 214.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 149 | 0.09 | 0 | 0.35 | 0.10 | 75.56 | 0.62 | 0.74 |
| Hex | D1 | E6 | 95 | 9 | 0 | 23 | A | 4C | 3E | 4A |
| Octal | 321 | 346 | 225 | 11 | 0 | 43 | 12 | 114 | 76 | 112 |
| Binary | 11010001 | 11100110 | 10010101 | 1001 | 0 | 100011 | 1010 | 1001100 | 111110 | 1001010 |
Color Harmonies of #D1E695
Complementary color
Monochromatic Colors of #D1E695
Black with #D1E695
Text Example
Text Example
White with #D1E695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E695; }
p { color: rgb(209,230,149); }
H1.HeaderClassName
{
color: #D1E695;
}
.AnyTagClassName
{
color: #D1E695;
}
</style>
background-color css
<style>
a { background-color: #D1E695; }
a { background-color: rgb(209,230,149); }
div.DivClassName
{
background-color: #D1E695;
}
.BgClassName
{
background-color: #D1E695;
}
</style>
border-color css
<style>
span { border-color: #D1E695; }
span { border-color: rgb(209,230,149); }
td.TdClassName
{
border-color: #D1E695;
}
.TagClassName
{
border-color: #D1E695;
}
</style>