Shades of Reef #D6F1AD
Tints of Reef #D6F1AD
RGB
CMYK
RGB Variations
Color information
#D6F1AD (or 0xD6F1AD) is known color: Reef. HEX triplet: D6, F1 and AD. RGB value is (214,241,173). Sum of RGB (Red+Green+Blue) = 214+241+173=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F1AD is #290E52. Grayscale: #E1E1E1. Windows color (decimal): -2690643 or 11399638. OLE color: 11399638.
HSL color Cylindrical-coordinate representation of color #D6F1AD: hue angle of 83.82º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6F1AD is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 173 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.05 |
| HSL | 83.82º | 0.71% | 0.81% | - |
| HSV(B) | 83.82º | 0.28% | 0.95% | - |
| XYZ | 66.73 | 80.22 | 51.5 | - |
| YUV | 225.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 173 | 0.11 | 0 | 0.28 | 0.05 | 83.82 | 0.71 | 0.81 |
| Hex | D6 | F1 | AD | B | 0 | 1C | 5 | 54 | 47 | 51 |
| Octal | 326 | 361 | 255 | 13 | 0 | 34 | 5 | 124 | 107 | 121 |
| Binary | 11010110 | 11110001 | 10101101 | 1011 | 0 | 11100 | 101 | 1010100 | 1000111 | 1010001 |
Color Harmonies of #D6F1AD
Complementary color
Monochromatic Colors of #D6F1AD
Black with #D6F1AD
Text Example
Text Example
White with #D6F1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F1AD; }
p { color: rgb(214,241,173); }
H1.HeaderClassName
{
color: #D6F1AD;
}
.AnyTagClassName
{
color: #D6F1AD;
}
</style>
background-color css
<style>
a { background-color: #D6F1AD; }
a { background-color: rgb(214,241,173); }
div.DivClassName
{
background-color: #D6F1AD;
}
.BgClassName
{
background-color: #D6F1AD;
}
</style>
border-color css
<style>
span { border-color: #D6F1AD; }
span { border-color: rgb(214,241,173); }
td.TdClassName
{
border-color: #D6F1AD;
}
.TagClassName
{
border-color: #D6F1AD;
}
</style>