Shades of Reef #D0EDAD
Tints of Reef #D0EDAD
RGB
CMYK
RGB Variations
Color information
#D0EDAD (or 0xD0EDAD) is known color: Reef. HEX triplet: D0, ED and AD. RGB value is (208,237,173). Sum of RGB (Red+Green+Blue) = 208+237+173=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EDAD is #2F1252. Grayscale: #DDDDDD. Windows color (decimal): -3084883 or 11398608. OLE color: 11398608.
HSL color Cylindrical-coordinate representation of color #D0EDAD: hue angle of 87.19º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0EDAD is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 173 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.07 |
| HSL | 87.19º | 0.64% | 0.8% | - |
| HSV(B) | 87.19º | 0.27% | 0.93% | - |
| XYZ | 63.84 | 77 | 51.03 | - |
| YUV | 221.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 173 | 0.12 | 0 | 0.27 | 0.07 | 87.19 | 0.64 | 0.8 |
| Hex | D0 | ED | AD | C | 0 | 1B | 7 | 57 | 40 | 50 |
| Octal | 320 | 355 | 255 | 14 | 0 | 33 | 7 | 127 | 100 | 120 |
| Binary | 11010000 | 11101101 | 10101101 | 1100 | 0 | 11011 | 111 | 1010111 | 1000000 | 1010000 |
Color Harmonies of #D0EDAD
Complementary color
Monochromatic Colors of #D0EDAD
Black with #D0EDAD
Text Example
Text Example
White with #D0EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDAD; }
p { color: rgb(208,237,173); }
H1.HeaderClassName
{
color: #D0EDAD;
}
.AnyTagClassName
{
color: #D0EDAD;
}
</style>
background-color css
<style>
a { background-color: #D0EDAD; }
a { background-color: rgb(208,237,173); }
div.DivClassName
{
background-color: #D0EDAD;
}
.BgClassName
{
background-color: #D0EDAD;
}
</style>
border-color css
<style>
span { border-color: #D0EDAD; }
span { border-color: rgb(208,237,173); }
td.TdClassName
{
border-color: #D0EDAD;
}
.TagClassName
{
border-color: #D0EDAD;
}
</style>