Shades of Reef #D6ECB2
Tints of Reef #D6ECB2
RGB
CMYK
RGB Variations
Color information
#D6ECB2 (or 0xD6ECB2) is known color: Reef. HEX triplet: D6, EC and B2. RGB value is (214,236,178). Sum of RGB (Red+Green+Blue) = 214+236+178=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ECB2 is #29134D. Grayscale: #DFDFDF. Windows color (decimal): -2691918 or 11726038. OLE color: 11726038.
HSL color Cylindrical-coordinate representation of color #D6ECB2: hue angle of 82.76º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6ECB2 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 178 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.07 |
| HSL | 82.76º | 0.6% | 0.81% | - |
| HSV(B) | 82.76º | 0.25% | 0.93% | - |
| XYZ | 65.76 | 77.5 | 53.61 | - |
| YUV | 222.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 178 | 0.09 | 0 | 0.25 | 0.07 | 82.76 | 0.6 | 0.81 |
| Hex | D6 | EC | B2 | 9 | 0 | 19 | 7 | 53 | 3C | 51 |
| Octal | 326 | 354 | 262 | 11 | 0 | 31 | 7 | 123 | 74 | 121 |
| Binary | 11010110 | 11101100 | 10110010 | 1001 | 0 | 11001 | 111 | 1010011 | 111100 | 1010001 |
Color Harmonies of #D6ECB2
Complementary color
Monochromatic Colors of #D6ECB2
Black with #D6ECB2
Text Example
Text Example
White with #D6ECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECB2; }
p { color: rgb(214,236,178); }
H1.HeaderClassName
{
color: #D6ECB2;
}
.AnyTagClassName
{
color: #D6ECB2;
}
</style>
background-color css
<style>
a { background-color: #D6ECB2; }
a { background-color: rgb(214,236,178); }
div.DivClassName
{
background-color: #D6ECB2;
}
.BgClassName
{
background-color: #D6ECB2;
}
</style>
border-color css
<style>
span { border-color: #D6ECB2; }
span { border-color: rgb(214,236,178); }
td.TdClassName
{
border-color: #D6ECB2;
}
.TagClassName
{
border-color: #D6ECB2;
}
</style>