Shades of Surf Crest #C8D6BD
Tints of Surf Crest #C8D6BD
RGB
CMYK
RGB Variations
Color information
#C8D6BD (or 0xC8D6BD) is known color: Surf Crest. HEX triplet: C8, D6 and BD. RGB value is (200,214,189). Sum of RGB (Red+Green+Blue) = 200+214+189=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6BD is #372942. Grayscale: #CFCFCF. Windows color (decimal): -3615043 or 12441288. OLE color: 12441288.
HSL color Cylindrical-coordinate representation of color #C8D6BD: hue angle of 93.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8D6BD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 189 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.16 |
| HSL | 93.6º | 0.23% | 0.79% | - |
| HSV(B) | 93.6º | 0.12% | 0.84% | - |
| XYZ | 57.05 | 64.05 | 57.5 | - |
| YUV | 206.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 189 | 0.07 | 0 | 0.12 | 0.16 | 93.6 | 0.23 | 0.79 |
| Hex | C8 | D6 | BD | 7 | 0 | C | 10 | 5E | 17 | 4F |
| Octal | 310 | 326 | 275 | 7 | 0 | 14 | 20 | 136 | 27 | 117 |
| Binary | 11001000 | 11010110 | 10111101 | 111 | 0 | 1100 | 10000 | 1011110 | 10111 | 1001111 |
Color Harmonies of #C8D6BD
Complementary color
Monochromatic Colors of #C8D6BD
Black with #C8D6BD
Text Example
Text Example
White with #C8D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D6BD; }
p { color: rgb(200,214,189); }
H1.HeaderClassName
{
color: #C8D6BD;
}
.AnyTagClassName
{
color: #C8D6BD;
}
</style>
background-color css
<style>
a { background-color: #C8D6BD; }
a { background-color: rgb(200,214,189); }
div.DivClassName
{
background-color: #C8D6BD;
}
.BgClassName
{
background-color: #C8D6BD;
}
</style>
border-color css
<style>
span { border-color: #C8D6BD; }
span { border-color: rgb(200,214,189); }
td.TdClassName
{
border-color: #C8D6BD;
}
.TagClassName
{
border-color: #C8D6BD;
}
</style>