Shades of Surf Crest #C8E3BF
Tints of Surf Crest #C8E3BF
RGB
CMYK
RGB Variations
Color information
#C8E3BF (or 0xC8E3BF) is known color: Surf Crest. HEX triplet: C8, E3 and BF. RGB value is (200,227,191). Sum of RGB (Red+Green+Blue) = 200+227+191=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E3BF is #371C40. Grayscale: #D6D6D6. Windows color (decimal): -3611713 or 12575688. OLE color: 12575688.
HSL color Cylindrical-coordinate representation of color #C8E3BF: hue angle of 105º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8E3BF is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 191 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.11 |
| HSL | 105º | 0.39% | 0.82% | - |
| HSV(B) | 105º | 0.16% | 0.89% | - |
| XYZ | 60.69 | 70.98 | 59.79 | - |
| YUV | 214.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 191 | 0.12 | 0 | 0.16 | 0.11 | 105 | 0.39 | 0.82 |
| Hex | C8 | E3 | BF | C | 0 | 10 | B | 69 | 27 | 52 |
| Octal | 310 | 343 | 277 | 14 | 0 | 20 | 13 | 151 | 47 | 122 |
| Binary | 11001000 | 11100011 | 10111111 | 1100 | 0 | 10000 | 1011 | 1101001 | 100111 | 1010010 |
Color Harmonies of #C8E3BF
Complementary color
Monochromatic Colors of #C8E3BF
Black with #C8E3BF
Text Example
Text Example
White with #C8E3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E3BF; }
p { color: rgb(200,227,191); }
H1.HeaderClassName
{
color: #C8E3BF;
}
.AnyTagClassName
{
color: #C8E3BF;
}
</style>
background-color css
<style>
a { background-color: #C8E3BF; }
a { background-color: rgb(200,227,191); }
div.DivClassName
{
background-color: #C8E3BF;
}
.BgClassName
{
background-color: #C8E3BF;
}
</style>
border-color css
<style>
span { border-color: #C8E3BF; }
span { border-color: rgb(200,227,191); }
td.TdClassName
{
border-color: #C8E3BF;
}
.TagClassName
{
border-color: #C8E3BF;
}
</style>