Shades of Surf Crest #C8D7BF
Tints of Surf Crest #C8D7BF
RGB
CMYK
RGB Variations
Color information
#C8D7BF (or 0xC8D7BF) is known color: Surf Crest. HEX triplet: C8, D7 and BF. RGB value is (200,215,191). Sum of RGB (Red+Green+Blue) = 200+215+191=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7BF is #372840. Grayscale: #CFCFCF. Windows color (decimal): -3614785 or 12572616. OLE color: 12572616.
HSL color Cylindrical-coordinate representation of color #C8D7BF: hue angle of 97.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8D7BF is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 191 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.16 |
| HSL | 97.5º | 0.23% | 0.8% | - |
| HSV(B) | 97.5º | 0.11% | 0.84% | - |
| XYZ | 57.52 | 64.64 | 58.74 | - |
| YUV | 207.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 191 | 0.07 | 0 | 0.11 | 0.16 | 97.5 | 0.23 | 0.8 |
| Hex | C8 | D7 | BF | 7 | 0 | B | 10 | 62 | 17 | 50 |
| Octal | 310 | 327 | 277 | 7 | 0 | 13 | 20 | 142 | 27 | 120 |
| Binary | 11001000 | 11010111 | 10111111 | 111 | 0 | 1011 | 10000 | 1100010 | 10111 | 1010000 |
Color Harmonies of #C8D7BF
Complementary color
Monochromatic Colors of #C8D7BF
Black with #C8D7BF
Text Example
Text Example
White with #C8D7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7BF; }
p { color: rgb(200,215,191); }
H1.HeaderClassName
{
color: #C8D7BF;
}
.AnyTagClassName
{
color: #C8D7BF;
}
</style>
background-color css
<style>
a { background-color: #C8D7BF; }
a { background-color: rgb(200,215,191); }
div.DivClassName
{
background-color: #C8D7BF;
}
.BgClassName
{
background-color: #C8D7BF;
}
</style>
border-color css
<style>
span { border-color: #C8D7BF; }
span { border-color: rgb(200,215,191); }
td.TdClassName
{
border-color: #C8D7BF;
}
.TagClassName
{
border-color: #C8D7BF;
}
</style>