Shades of Reef #D0E69D
Tints of Reef #D0E69D
RGB
CMYK
RGB Variations
Color information
#D0E69D (or 0xD0E69D) is known color: Reef. HEX triplet: D0, E6 and 9D. RGB value is (208,230,157). Sum of RGB (Red+Green+Blue) = 208+230+157=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E69D is #2F1962. Grayscale: #D7D7D7. Windows color (decimal): -3086691 or 10348240. OLE color: 10348240.
HSL color Cylindrical-coordinate representation of color #D0E69D: hue angle of 78.08º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0E69D is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 157 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.10 |
| HSL | 78.08º | 0.59% | 0.76% | - |
| HSV(B) | 78.08º | 0.32% | 0.9% | - |
| XYZ | 60.4 | 72.44 | 42.7 | - |
| YUV | 215.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 157 | 0.10 | 0 | 0.32 | 0.10 | 78.08 | 0.59 | 0.76 |
| Hex | D0 | E6 | 9D | A | 0 | 20 | A | 4E | 3B | 4C |
| Octal | 320 | 346 | 235 | 12 | 0 | 40 | 12 | 116 | 73 | 114 |
| Binary | 11010000 | 11100110 | 10011101 | 1010 | 0 | 100000 | 1010 | 1001110 | 111011 | 1001100 |
Color Harmonies of #D0E69D
Complementary color
Monochromatic Colors of #D0E69D
Black with #D0E69D
Text Example
Text Example
White with #D0E69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E69D; }
p { color: rgb(208,230,157); }
H1.HeaderClassName
{
color: #D0E69D;
}
.AnyTagClassName
{
color: #D0E69D;
}
</style>
background-color css
<style>
a { background-color: #D0E69D; }
a { background-color: rgb(208,230,157); }
div.DivClassName
{
background-color: #D0E69D;
}
.BgClassName
{
background-color: #D0E69D;
}
</style>
border-color css
<style>
span { border-color: #D0E69D; }
span { border-color: rgb(208,230,157); }
td.TdClassName
{
border-color: #D0E69D;
}
.TagClassName
{
border-color: #D0E69D;
}
</style>