Shades of Reef #D3E695
Tints of Reef #D3E695
RGB
CMYK
RGB Variations
Color information
#D3E695 (or 0xD3E695) is known color: Reef. HEX triplet: D3, E6 and 95. RGB value is (211,230,149). Sum of RGB (Red+Green+Blue) = 211+230+149=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3E695 is #2C196A. Grayscale: #D7D7D7. Windows color (decimal): -2890091 or 9823955. OLE color: 9823955.
HSL color Cylindrical-coordinate representation of color #D3E695: hue angle of 74.07º 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 #D3E695 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 149 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.10 |
| HSL | 74.07º | 0.62% | 0.74% | - |
| HSV(B) | 74.07º | 0.35% | 0.9% | - |
| XYZ | 60.59 | 72.61 | 39.26 | - |
| YUV | 215.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 149 | 0.08 | 0 | 0.35 | 0.10 | 74.07 | 0.62 | 0.74 |
| Hex | D3 | E6 | 95 | 8 | 0 | 23 | A | 4A | 3E | 4A |
| Octal | 323 | 346 | 225 | 10 | 0 | 43 | 12 | 112 | 76 | 112 |
| Binary | 11010011 | 11100110 | 10010101 | 1000 | 0 | 100011 | 1010 | 1001010 | 111110 | 1001010 |
Color Harmonies of #D3E695
Complementary color
Monochromatic Colors of #D3E695
Black with #D3E695
Text Example
Text Example
White with #D3E695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E695; }
p { color: rgb(211,230,149); }
H1.HeaderClassName
{
color: #D3E695;
}
.AnyTagClassName
{
color: #D3E695;
}
</style>
background-color css
<style>
a { background-color: #D3E695; }
a { background-color: rgb(211,230,149); }
div.DivClassName
{
background-color: #D3E695;
}
.BgClassName
{
background-color: #D3E695;
}
</style>
border-color css
<style>
span { border-color: #D3E695; }
span { border-color: rgb(211,230,149); }
td.TdClassName
{
border-color: #D3E695;
}
.TagClassName
{
border-color: #D3E695;
}
</style>