Shades of Surf Crest #C8D9BF
Tints of Surf Crest #C8D9BF
RGB
CMYK
RGB Variations
Color information
#C8D9BF (or 0xC8D9BF) is known color: Surf Crest. HEX triplet: C8, D9 and BF. RGB value is (200,217,191). Sum of RGB (Red+Green+Blue) = 200+217+191=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9BF is #372640. Grayscale: #D1D1D1. Windows color (decimal): -3614273 or 12573128. OLE color: 12573128.
HSL color Cylindrical-coordinate representation of color #C8D9BF: hue angle of 99.23º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8D9BF is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 191 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.15 |
| HSL | 99.23º | 0.25% | 0.8% | - |
| HSV(B) | 99.23º | 0.12% | 0.85% | - |
| XYZ | 58.04 | 65.67 | 58.91 | - |
| YUV | 208.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 191 | 0.08 | 0 | 0.12 | 0.15 | 99.23 | 0.25 | 0.8 |
| Hex | C8 | D9 | BF | 8 | 0 | C | F | 63 | 19 | 50 |
| Octal | 310 | 331 | 277 | 10 | 0 | 14 | 17 | 143 | 31 | 120 |
| Binary | 11001000 | 11011001 | 10111111 | 1000 | 0 | 1100 | 1111 | 1100011 | 11001 | 1010000 |
Color Harmonies of #C8D9BF
Complementary color
Monochromatic Colors of #C8D9BF
Black with #C8D9BF
Text Example
Text Example
White with #C8D9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9BF; }
p { color: rgb(200,217,191); }
H1.HeaderClassName
{
color: #C8D9BF;
}
.AnyTagClassName
{
color: #C8D9BF;
}
</style>
background-color css
<style>
a { background-color: #C8D9BF; }
a { background-color: rgb(200,217,191); }
div.DivClassName
{
background-color: #C8D9BF;
}
.BgClassName
{
background-color: #C8D9BF;
}
</style>
border-color css
<style>
span { border-color: #C8D9BF; }
span { border-color: rgb(200,217,191); }
td.TdClassName
{
border-color: #C8D9BF;
}
.TagClassName
{
border-color: #C8D9BF;
}
</style>