Shades of Reef #D0ED9E
Tints of Reef #D0ED9E
RGB
CMYK
RGB Variations
Color information
#D0ED9E (or 0xD0ED9E) is known color: Reef. HEX triplet: D0, ED and 9E. RGB value is (208,237,158). Sum of RGB (Red+Green+Blue) = 208+237+158=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ED9E is #2F1261. Grayscale: #DBDBDB. Windows color (decimal): -3084898 or 10415568. OLE color: 10415568.
HSL color Cylindrical-coordinate representation of color #D0ED9E: hue angle of 82.03º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0ED9E is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 158 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.07 |
| HSL | 82.03º | 0.69% | 0.77% | - |
| HSV(B) | 82.03º | 0.33% | 0.93% | - |
| XYZ | 62.47 | 76.45 | 43.81 | - |
| YUV | 219.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 158 | 0.12 | 0 | 0.33 | 0.07 | 82.03 | 0.69 | 0.77 |
| Hex | D0 | ED | 9E | C | 0 | 21 | 7 | 52 | 45 | 4D |
| Octal | 320 | 355 | 236 | 14 | 0 | 41 | 7 | 122 | 105 | 115 |
| Binary | 11010000 | 11101101 | 10011110 | 1100 | 0 | 100001 | 111 | 1010010 | 1000101 | 1001101 |
Color Harmonies of #D0ED9E
Complementary color
Monochromatic Colors of #D0ED9E
Black with #D0ED9E
Text Example
Text Example
White with #D0ED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED9E; }
p { color: rgb(208,237,158); }
H1.HeaderClassName
{
color: #D0ED9E;
}
.AnyTagClassName
{
color: #D0ED9E;
}
</style>
background-color css
<style>
a { background-color: #D0ED9E; }
a { background-color: rgb(208,237,158); }
div.DivClassName
{
background-color: #D0ED9E;
}
.BgClassName
{
background-color: #D0ED9E;
}
</style>
border-color css
<style>
span { border-color: #D0ED9E; }
span { border-color: rgb(208,237,158); }
td.TdClassName
{
border-color: #D0ED9E;
}
.TagClassName
{
border-color: #D0ED9E;
}
</style>