Shades of Reef #D6EDAD
Tints of Reef #D6EDAD
RGB
CMYK
RGB Variations
Color information
#D6EDAD (or 0xD6EDAD) is known color: Reef. HEX triplet: D6, ED and AD. RGB value is (214,237,173). Sum of RGB (Red+Green+Blue) = 214+237+173=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EDAD is #291252. Grayscale: #DFDFDF. Windows color (decimal): -2691667 or 11398614. OLE color: 11398614.
HSL color Cylindrical-coordinate representation of color #D6EDAD: hue angle of 81.56º 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 #D6EDAD is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 237 | 173 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.07 |
| HSL | 81.56º | 0.64% | 0.8% | - |
| HSV(B) | 81.56º | 0.27% | 0.93% | - |
| XYZ | 65.56 | 77.88 | 51.11 | - |
| YUV | 222.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 173 | 0.10 | 0 | 0.27 | 0.07 | 81.56 | 0.64 | 0.8 |
| Hex | D6 | ED | AD | A | 0 | 1B | 7 | 52 | 40 | 50 |
| Octal | 326 | 355 | 255 | 12 | 0 | 33 | 7 | 122 | 100 | 120 |
| Binary | 11010110 | 11101101 | 10101101 | 1010 | 0 | 11011 | 111 | 1010010 | 1000000 | 1010000 |
Color Harmonies of #D6EDAD
Complementary color
Monochromatic Colors of #D6EDAD
Black with #D6EDAD
Text Example
Text Example
White with #D6EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EDAD; }
p { color: rgb(214,237,173); }
H1.HeaderClassName
{
color: #D6EDAD;
}
.AnyTagClassName
{
color: #D6EDAD;
}
</style>
background-color css
<style>
a { background-color: #D6EDAD; }
a { background-color: rgb(214,237,173); }
div.DivClassName
{
background-color: #D6EDAD;
}
.BgClassName
{
background-color: #D6EDAD;
}
</style>
border-color css
<style>
span { border-color: #D6EDAD; }
span { border-color: rgb(214,237,173); }
td.TdClassName
{
border-color: #D6EDAD;
}
.TagClassName
{
border-color: #D6EDAD;
}
</style>