Shades of Reef #D0ED9B
Tints of Reef #D0ED9B
RGB
CMYK
RGB Variations
Color information
#D0ED9B (or 0xD0ED9B) is known color: Reef. HEX triplet: D0, ED and 9B. RGB value is (208,237,155). Sum of RGB (Red+Green+Blue) = 208+237+155=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ED9B is #2F1264. Grayscale: #DBDBDB. Windows color (decimal): -3084901 or 10218960. OLE color: 10218960.
HSL color Cylindrical-coordinate representation of color #D0ED9B: hue angle of 81.22º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0ED9B is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 155 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.07 |
| HSL | 81.22º | 0.69% | 0.77% | - |
| HSV(B) | 81.22º | 0.35% | 0.93% | - |
| XYZ | 62.21 | 76.34 | 42.47 | - |
| YUV | 218.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 155 | 0.12 | 0 | 0.35 | 0.07 | 81.22 | 0.69 | 0.77 |
| Hex | D0 | ED | 9B | C | 0 | 23 | 7 | 51 | 45 | 4D |
| Octal | 320 | 355 | 233 | 14 | 0 | 43 | 7 | 121 | 105 | 115 |
| Binary | 11010000 | 11101101 | 10011011 | 1100 | 0 | 100011 | 111 | 1010001 | 1000101 | 1001101 |
Color Harmonies of #D0ED9B
Complementary color
Monochromatic Colors of #D0ED9B
Black with #D0ED9B
Text Example
Text Example
White with #D0ED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED9B; }
p { color: rgb(208,237,155); }
H1.HeaderClassName
{
color: #D0ED9B;
}
.AnyTagClassName
{
color: #D0ED9B;
}
</style>
background-color css
<style>
a { background-color: #D0ED9B; }
a { background-color: rgb(208,237,155); }
div.DivClassName
{
background-color: #D0ED9B;
}
.BgClassName
{
background-color: #D0ED9B;
}
</style>
border-color css
<style>
span { border-color: #D0ED9B; }
span { border-color: rgb(208,237,155); }
td.TdClassName
{
border-color: #D0ED9B;
}
.TagClassName
{
border-color: #D0ED9B;
}
</style>