Shades of Reef #D6E9AD
Tints of Reef #D6E9AD
RGB
CMYK
RGB Variations
Color information
#D6E9AD (or 0xD6E9AD) is known color: Reef. HEX triplet: D6, E9 and AD. RGB value is (214,233,173). Sum of RGB (Red+Green+Blue) = 214+233+173=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E9AD is #291652. Grayscale: #DCDCDC. Windows color (decimal): -2692691 or 11397590. OLE color: 11397590.
HSL color Cylindrical-coordinate representation of color #D6E9AD: hue angle of 79º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6E9AD is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 173 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.09 |
| HSL | 79º | 0.58% | 0.8% | - |
| HSV(B) | 79º | 0.26% | 0.91% | - |
| XYZ | 64.41 | 75.59 | 50.73 | - |
| YUV | 220.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 173 | 0.08 | 0 | 0.26 | 0.09 | 79 | 0.58 | 0.8 |
| Hex | D6 | E9 | AD | 8 | 0 | 1A | 9 | 4F | 3A | 50 |
| Octal | 326 | 351 | 255 | 10 | 0 | 32 | 11 | 117 | 72 | 120 |
| Binary | 11010110 | 11101001 | 10101101 | 1000 | 0 | 11010 | 1001 | 1001111 | 111010 | 1010000 |
Color Harmonies of #D6E9AD
Complementary color
Monochromatic Colors of #D6E9AD
Black with #D6E9AD
Text Example
Text Example
White with #D6E9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E9AD; }
p { color: rgb(214,233,173); }
H1.HeaderClassName
{
color: #D6E9AD;
}
.AnyTagClassName
{
color: #D6E9AD;
}
</style>
background-color css
<style>
a { background-color: #D6E9AD; }
a { background-color: rgb(214,233,173); }
div.DivClassName
{
background-color: #D6E9AD;
}
.BgClassName
{
background-color: #D6E9AD;
}
</style>
border-color css
<style>
span { border-color: #D6E9AD; }
span { border-color: rgb(214,233,173); }
td.TdClassName
{
border-color: #D6E9AD;
}
.TagClassName
{
border-color: #D6E9AD;
}
</style>