Shades of Surf Crest #C8E1BA
Tints of Surf Crest #C8E1BA
RGB
CMYK
RGB Variations
Color information
#C8E1BA (or 0xC8E1BA) is known color: Surf Crest. HEX triplet: C8, E1 and BA. RGB value is (200,225,186). Sum of RGB (Red+Green+Blue) = 200+225+186=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E1BA is #371E45. Grayscale: #D5D5D5. Windows color (decimal): -3612230 or 12247496. OLE color: 12247496.
HSL color Cylindrical-coordinate representation of color #C8E1BA: hue angle of 98.46º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8E1BA is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 186 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.12 |
| HSL | 98.46º | 0.39% | 0.81% | - |
| HSV(B) | 98.46º | 0.17% | 0.88% | - |
| XYZ | 59.61 | 69.67 | 56.76 | - |
| YUV | 213.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 186 | 0.11 | 0 | 0.17 | 0.12 | 98.46 | 0.39 | 0.81 |
| Hex | C8 | E1 | BA | B | 0 | 11 | C | 62 | 27 | 51 |
| Octal | 310 | 341 | 272 | 13 | 0 | 21 | 14 | 142 | 47 | 121 |
| Binary | 11001000 | 11100001 | 10111010 | 1011 | 0 | 10001 | 1100 | 1100010 | 100111 | 1010001 |
Color Harmonies of #C8E1BA
Complementary color
Monochromatic Colors of #C8E1BA
Black with #C8E1BA
Text Example
Text Example
White with #C8E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1BA; }
p { color: rgb(200,225,186); }
H1.HeaderClassName
{
color: #C8E1BA;
}
.AnyTagClassName
{
color: #C8E1BA;
}
</style>
background-color css
<style>
a { background-color: #C8E1BA; }
a { background-color: rgb(200,225,186); }
div.DivClassName
{
background-color: #C8E1BA;
}
.BgClassName
{
background-color: #C8E1BA;
}
</style>
border-color css
<style>
span { border-color: #C8E1BA; }
span { border-color: rgb(200,225,186); }
td.TdClassName
{
border-color: #C8E1BA;
}
.TagClassName
{
border-color: #C8E1BA;
}
</style>