Shades of Reef #D6ECAF
Tints of Reef #D6ECAF
RGB
CMYK
RGB Variations
Color information
#D6ECAF (or 0xD6ECAF) is known color: Reef. HEX triplet: D6, EC and AF. RGB value is (214,236,175). Sum of RGB (Red+Green+Blue) = 214+236+175=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ECAF is #291350. Grayscale: #DEDEDE. Windows color (decimal): -2691921 or 11529430. OLE color: 11529430.
HSL color Cylindrical-coordinate representation of color #D6ECAF: hue angle of 81.64º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6ECAF is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 175 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.07 |
| HSL | 81.64º | 0.62% | 0.81% | - |
| HSV(B) | 81.64º | 0.26% | 0.93% | - |
| XYZ | 65.46 | 77.38 | 52.04 | - |
| YUV | 222.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 175 | 0.09 | 0 | 0.26 | 0.07 | 81.64 | 0.62 | 0.81 |
| Hex | D6 | EC | AF | 9 | 0 | 1A | 7 | 52 | 3E | 51 |
| Octal | 326 | 354 | 257 | 11 | 0 | 32 | 7 | 122 | 76 | 121 |
| Binary | 11010110 | 11101100 | 10101111 | 1001 | 0 | 11010 | 111 | 1010010 | 111110 | 1010001 |
Color Harmonies of #D6ECAF
Complementary color
Monochromatic Colors of #D6ECAF
Black with #D6ECAF
Text Example
Text Example
White with #D6ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECAF; }
p { color: rgb(214,236,175); }
H1.HeaderClassName
{
color: #D6ECAF;
}
.AnyTagClassName
{
color: #D6ECAF;
}
</style>
background-color css
<style>
a { background-color: #D6ECAF; }
a { background-color: rgb(214,236,175); }
div.DivClassName
{
background-color: #D6ECAF;
}
.BgClassName
{
background-color: #D6ECAF;
}
</style>
border-color css
<style>
span { border-color: #D6ECAF; }
span { border-color: rgb(214,236,175); }
td.TdClassName
{
border-color: #D6ECAF;
}
.TagClassName
{
border-color: #D6ECAF;
}
</style>