Shades of Reef #D9E695
Tints of Reef #D9E695
RGB
CMYK
RGB Variations
Color information
#D9E695 (or 0xD9E695) is known color: Reef. HEX triplet: D9, E6 and 95. RGB value is (217,230,149). Sum of RGB (Red+Green+Blue) = 217+230+149=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E695 is #26196A. Grayscale: #D9D9D9. Windows color (decimal): -2496875 or 9823961. OLE color: 9823961.
HSL color Cylindrical-coordinate representation of color #D9E695: hue angle of 69.63º 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 #D9E695 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 230 | 149 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.10 |
| HSL | 69.63º | 0.62% | 0.74% | - |
| HSV(B) | 69.63º | 0.35% | 0.9% | - |
| XYZ | 62.34 | 73.52 | 39.34 | - |
| YUV | 216.88 | 89.69 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 230 | 149 | 0.06 | 0 | 0.35 | 0.10 | 69.63 | 0.62 | 0.74 |
| Hex | D9 | E6 | 95 | 6 | 0 | 23 | A | 46 | 3E | 4A |
| Octal | 331 | 346 | 225 | 6 | 0 | 43 | 12 | 106 | 76 | 112 |
| Binary | 11011001 | 11100110 | 10010101 | 110 | 0 | 100011 | 1010 | 1000110 | 111110 | 1001010 |
Color Harmonies of #D9E695
Complementary color
Monochromatic Colors of #D9E695
Black with #D9E695
Text Example
Text Example
White with #D9E695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E695; }
p { color: rgb(217,230,149); }
H1.HeaderClassName
{
color: #D9E695;
}
.AnyTagClassName
{
color: #D9E695;
}
</style>
background-color css
<style>
a { background-color: #D9E695; }
a { background-color: rgb(217,230,149); }
div.DivClassName
{
background-color: #D9E695;
}
.BgClassName
{
background-color: #D9E695;
}
</style>
border-color css
<style>
span { border-color: #D9E695; }
span { border-color: rgb(217,230,149); }
td.TdClassName
{
border-color: #D9E695;
}
.TagClassName
{
border-color: #D9E695;
}
</style>