Shades of Reef #D0E29D
Tints of Reef #D0E29D
RGB
CMYK
RGB Variations
Color information
#D0E29D (or 0xD0E29D) is known color: Reef. HEX triplet: D0, E2 and 9D. RGB value is (208,226,157). Sum of RGB (Red+Green+Blue) = 208+226+157=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E29D is #2F1D62. Grayscale: #D5D5D5. Windows color (decimal): -3087715 or 10347216. OLE color: 10347216.
HSL color Cylindrical-coordinate representation of color #D0E29D: hue angle of 75.65º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0E29D is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 157 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.11 |
| HSL | 75.65º | 0.54% | 0.75% | - |
| HSV(B) | 75.65º | 0.31% | 0.89% | - |
| XYZ | 59.29 | 70.24 | 42.33 | - |
| YUV | 212.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 157 | 0.08 | 0 | 0.31 | 0.11 | 75.65 | 0.54 | 0.75 |
| Hex | D0 | E2 | 9D | 8 | 0 | 1F | B | 4C | 36 | 4B |
| Octal | 320 | 342 | 235 | 10 | 0 | 37 | 13 | 114 | 66 | 113 |
| Binary | 11010000 | 11100010 | 10011101 | 1000 | 0 | 11111 | 1011 | 1001100 | 110110 | 1001011 |
Color Harmonies of #D0E29D
Complementary color
Monochromatic Colors of #D0E29D
Black with #D0E29D
Text Example
Text Example
White with #D0E29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E29D; }
p { color: rgb(208,226,157); }
H1.HeaderClassName
{
color: #D0E29D;
}
.AnyTagClassName
{
color: #D0E29D;
}
</style>
background-color css
<style>
a { background-color: #D0E29D; }
a { background-color: rgb(208,226,157); }
div.DivClassName
{
background-color: #D0E29D;
}
.BgClassName
{
background-color: #D0E29D;
}
</style>
border-color css
<style>
span { border-color: #D0E29D; }
span { border-color: rgb(208,226,157); }
td.TdClassName
{
border-color: #D0E29D;
}
.TagClassName
{
border-color: #D0E29D;
}
</style>