Shades of Reef #C8ECA3
Tints of Reef #C8ECA3
RGB
CMYK
RGB Variations
Color information
#C8ECA3 (or 0xC8ECA3) is known color: Reef. HEX triplet: C8, EC and A3. RGB value is (200,236,163). Sum of RGB (Red+Green+Blue) = 200+236+163=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ECA3 is #37135C. Grayscale: #D9D9D9. Windows color (decimal): -3609437 or 10742984. OLE color: 10742984.
HSL color Cylindrical-coordinate representation of color #C8ECA3: hue angle of 89.59º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8ECA3 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 163 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.07 |
| HSL | 89.59º | 0.66% | 0.78% | - |
| HSV(B) | 89.59º | 0.31% | 0.93% | - |
| XYZ | 60.43 | 74.91 | 45.93 | - |
| YUV | 216.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 163 | 0.15 | 0 | 0.31 | 0.07 | 89.59 | 0.66 | 0.78 |
| Hex | C8 | EC | A3 | F | 0 | 1F | 7 | 5A | 42 | 4E |
| Octal | 310 | 354 | 243 | 17 | 0 | 37 | 7 | 132 | 102 | 116 |
| Binary | 11001000 | 11101100 | 10100011 | 1111 | 0 | 11111 | 111 | 1011010 | 1000010 | 1001110 |
Color Harmonies of #C8ECA3
Complementary color
Monochromatic Colors of #C8ECA3
Black with #C8ECA3
Text Example
Text Example
White with #C8ECA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECA3; }
p { color: rgb(200,236,163); }
H1.HeaderClassName
{
color: #C8ECA3;
}
.AnyTagClassName
{
color: #C8ECA3;
}
</style>
background-color css
<style>
a { background-color: #C8ECA3; }
a { background-color: rgb(200,236,163); }
div.DivClassName
{
background-color: #C8ECA3;
}
.BgClassName
{
background-color: #C8ECA3;
}
</style>
border-color css
<style>
span { border-color: #C8ECA3; }
span { border-color: rgb(200,236,163); }
td.TdClassName
{
border-color: #C8ECA3;
}
.TagClassName
{
border-color: #C8ECA3;
}
</style>