Shades of Reef #D5E698
Tints of Reef #D5E698
RGB
CMYK
RGB Variations
Color information
#D5E698 (or 0xD5E698) is known color: Reef. HEX triplet: D5, E6 and 98. RGB value is (213,230,152). Sum of RGB (Red+Green+Blue) = 213+230+152=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E698 is #2A1967. Grayscale: #D8D8D8. Windows color (decimal): -2759016 or 10020565. OLE color: 10020565.
HSL color Cylindrical-coordinate representation of color #D5E698: hue angle of 73.08º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5E698 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 152 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.10 |
| HSL | 73.08º | 0.61% | 0.75% | - |
| HSV(B) | 73.08º | 0.34% | 0.9% | - |
| XYZ | 61.4 | 73.01 | 40.56 | - |
| YUV | 216.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 152 | 0.07 | 0 | 0.34 | 0.10 | 73.08 | 0.61 | 0.75 |
| Hex | D5 | E6 | 98 | 7 | 0 | 22 | A | 49 | 3D | 4B |
| Octal | 325 | 346 | 230 | 7 | 0 | 42 | 12 | 111 | 75 | 113 |
| Binary | 11010101 | 11100110 | 10011000 | 111 | 0 | 100010 | 1010 | 1001001 | 111101 | 1001011 |
Color Harmonies of #D5E698
Complementary color
Monochromatic Colors of #D5E698
Black with #D5E698
Text Example
Text Example
White with #D5E698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E698; }
p { color: rgb(213,230,152); }
H1.HeaderClassName
{
color: #D5E698;
}
.AnyTagClassName
{
color: #D5E698;
}
</style>
background-color css
<style>
a { background-color: #D5E698; }
a { background-color: rgb(213,230,152); }
div.DivClassName
{
background-color: #D5E698;
}
.BgClassName
{
background-color: #D5E698;
}
</style>
border-color css
<style>
span { border-color: #D5E698; }
span { border-color: rgb(213,230,152); }
td.TdClassName
{
border-color: #D5E698;
}
.TagClassName
{
border-color: #D5E698;
}
</style>