Shades of Reef #D0E19B
Tints of Reef #D0E19B
RGB
CMYK
RGB Variations
Color information
#D0E19B (or 0xD0E19B) is known color: Reef. HEX triplet: D0, E1 and 9B. RGB value is (208,225,155). Sum of RGB (Red+Green+Blue) = 208+225+155=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E19B is #2F1E64. Grayscale: #D4D4D4. Windows color (decimal): -3087973 or 10215888. OLE color: 10215888.
HSL color Cylindrical-coordinate representation of color #D0E19B: hue angle of 74.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0E19B is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 155 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.12 |
| HSL | 74.57º | 0.54% | 0.75% | - |
| HSV(B) | 74.57º | 0.31% | 0.88% | - |
| XYZ | 58.85 | 69.63 | 41.35 | - |
| YUV | 211.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 155 | 0.08 | 0 | 0.31 | 0.12 | 74.57 | 0.54 | 0.75 |
| Hex | D0 | E1 | 9B | 8 | 0 | 1F | C | 4B | 36 | 4B |
| Octal | 320 | 341 | 233 | 10 | 0 | 37 | 14 | 113 | 66 | 113 |
| Binary | 11010000 | 11100001 | 10011011 | 1000 | 0 | 11111 | 1100 | 1001011 | 110110 | 1001011 |
Color Harmonies of #D0E19B
Complementary color
Monochromatic Colors of #D0E19B
Black with #D0E19B
Text Example
Text Example
White with #D0E19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E19B; }
p { color: rgb(208,225,155); }
H1.HeaderClassName
{
color: #D0E19B;
}
.AnyTagClassName
{
color: #D0E19B;
}
</style>
background-color css
<style>
a { background-color: #D0E19B; }
a { background-color: rgb(208,225,155); }
div.DivClassName
{
background-color: #D0E19B;
}
.BgClassName
{
background-color: #D0E19B;
}
</style>
border-color css
<style>
span { border-color: #D0E19B; }
span { border-color: rgb(208,225,155); }
td.TdClassName
{
border-color: #D0E19B;
}
.TagClassName
{
border-color: #D0E19B;
}
</style>