Shades of Reef #D8ECAD
Tints of Reef #D8ECAD
RGB
CMYK
RGB Variations
Color information
#D8ECAD (or 0xD8ECAD) is known color: Reef. HEX triplet: D8, EC and AD. RGB value is (216,236,173). Sum of RGB (Red+Green+Blue) = 216+236+173=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #D8ECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8ECAD is #271352. Grayscale: #DFDFDF. Windows color (decimal): -2560851 or 11398360. OLE color: 11398360.
HSL color Cylindrical-coordinate representation of color #D8ECAD: hue angle of 79.05º degrees, saturation: 0.62, 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 #D8ECAD is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 173 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.07 |
| HSL | 79.05º | 0.62% | 0.8% | - |
| HSV(B) | 79.05º | 0.27% | 0.93% | - |
| XYZ | 65.86 | 77.61 | 51.04 | - |
| YUV | 222.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 173 | 0.08 | 0 | 0.27 | 0.07 | 79.05 | 0.62 | 0.8 |
| Hex | D8 | EC | AD | 8 | 0 | 1B | 7 | 4F | 3E | 50 |
| Octal | 330 | 354 | 255 | 10 | 0 | 33 | 7 | 117 | 76 | 120 |
| Binary | 11011000 | 11101100 | 10101101 | 1000 | 0 | 11011 | 111 | 1001111 | 111110 | 1010000 |
Color Harmonies of #D8ECAD
Complementary color
Monochromatic Colors of #D8ECAD
Black with #D8ECAD
Text Example
Text Example
White with #D8ECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ECAD; }
p { color: rgb(216,236,173); }
H1.HeaderClassName
{
color: #D8ECAD;
}
.AnyTagClassName
{
color: #D8ECAD;
}
</style>
background-color css
<style>
a { background-color: #D8ECAD; }
a { background-color: rgb(216,236,173); }
div.DivClassName
{
background-color: #D8ECAD;
}
.BgClassName
{
background-color: #D8ECAD;
}
</style>
border-color css
<style>
span { border-color: #D8ECAD; }
span { border-color: rgb(216,236,173); }
td.TdClassName
{
border-color: #D8ECAD;
}
.TagClassName
{
border-color: #D8ECAD;
}
</style>