Shades of Reef #D6F6AD
Tints of Reef #D6F6AD
RGB
CMYK
RGB Variations
Color information
#D6F6AD (or 0xD6F6AD) is known color: Reef. HEX triplet: D6, F6 and AD. RGB value is (214,246,173). Sum of RGB (Red+Green+Blue) = 214+246+173=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F6AD is #290952. Grayscale: #E4E4E4. Windows color (decimal): -2689363 or 11400918. OLE color: 11400918.
HSL color Cylindrical-coordinate representation of color #D6F6AD: hue angle of 86.3º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6F6AD is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 246 | 173 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.04 |
| HSL | 86.3º | 0.8% | 0.82% | - |
| HSV(B) | 86.3º | 0.3% | 0.96% | - |
| XYZ | 68.23 | 83.22 | 52 | - |
| YUV | 228.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 246 | 173 | 0.13 | 0 | 0.30 | 0.04 | 86.3 | 0.8 | 0.82 |
| Hex | D6 | F6 | AD | D | 0 | 1E | 4 | 56 | 50 | 52 |
| Octal | 326 | 366 | 255 | 15 | 0 | 36 | 4 | 126 | 120 | 122 |
| Binary | 11010110 | 11110110 | 10101101 | 1101 | 0 | 11110 | 100 | 1010110 | 1010000 | 1010010 |
Color Harmonies of #D6F6AD
Complementary color
Monochromatic Colors of #D6F6AD
Black with #D6F6AD
Text Example
Text Example
White with #D6F6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F6AD; }
p { color: rgb(214,246,173); }
H1.HeaderClassName
{
color: #D6F6AD;
}
.AnyTagClassName
{
color: #D6F6AD;
}
</style>
background-color css
<style>
a { background-color: #D6F6AD; }
a { background-color: rgb(214,246,173); }
div.DivClassName
{
background-color: #D6F6AD;
}
.BgClassName
{
background-color: #D6F6AD;
}
</style>
border-color css
<style>
span { border-color: #D6F6AD; }
span { border-color: rgb(214,246,173); }
td.TdClassName
{
border-color: #D6F6AD;
}
.TagClassName
{
border-color: #D6F6AD;
}
</style>