Shades of Surf Crest #C7D7BD
Tints of Surf Crest #C7D7BD
RGB
CMYK
RGB Variations
Color information
#C7D7BD (or 0xC7D7BD) is known color: Surf Crest. HEX triplet: C7, D7 and BD. RGB value is (199,215,189). Sum of RGB (Red+Green+Blue) = 199+215+189=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D7BD is #382842. Grayscale: #CFCFCF. Windows color (decimal): -3680323 or 12441543. OLE color: 12441543.
HSL color Cylindrical-coordinate representation of color #C7D7BD: hue angle of 96.92º degrees, saturation: 0.25, 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 #C7D7BD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 189 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.16 |
| HSL | 96.92º | 0.25% | 0.79% | - |
| HSV(B) | 96.92º | 0.12% | 0.84% | - |
| XYZ | 57.04 | 64.42 | 57.57 | - |
| YUV | 207.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 189 | 0.07 | 0 | 0.12 | 0.16 | 96.92 | 0.25 | 0.79 |
| Hex | C7 | D7 | BD | 7 | 0 | C | 10 | 61 | 19 | 4F |
| Octal | 307 | 327 | 275 | 7 | 0 | 14 | 20 | 141 | 31 | 117 |
| Binary | 11000111 | 11010111 | 10111101 | 111 | 0 | 1100 | 10000 | 1100001 | 11001 | 1001111 |
Color Harmonies of #C7D7BD
Complementary color
Monochromatic Colors of #C7D7BD
Black with #C7D7BD
Text Example
Text Example
White with #C7D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D7BD; }
p { color: rgb(199,215,189); }
H1.HeaderClassName
{
color: #C7D7BD;
}
.AnyTagClassName
{
color: #C7D7BD;
}
</style>
background-color css
<style>
a { background-color: #C7D7BD; }
a { background-color: rgb(199,215,189); }
div.DivClassName
{
background-color: #C7D7BD;
}
.BgClassName
{
background-color: #C7D7BD;
}
</style>
border-color css
<style>
span { border-color: #C7D7BD; }
span { border-color: rgb(199,215,189); }
td.TdClassName
{
border-color: #C7D7BD;
}
.TagClassName
{
border-color: #C7D7BD;
}
</style>