Shades of Surf Crest #C7D5BC
Tints of Surf Crest #C7D5BC
RGB
CMYK
RGB Variations
Color information
#C7D5BC (or 0xC7D5BC) is known color: Surf Crest. HEX triplet: C7, D5 and BC. RGB value is (199,213,188). Sum of RGB (Red+Green+Blue) = 199+213+188=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D5BC is #382A43. Grayscale: #CECECE. Windows color (decimal): -3680836 or 12375495. OLE color: 12375495.
HSL color Cylindrical-coordinate representation of color #C7D5BC: 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 #C7D5BC is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 188 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.16 |
| HSL | 93.6º | 0.23% | 0.79% | - |
| HSV(B) | 93.6º | 0.12% | 0.84% | - |
| XYZ | 56.42 | 63.36 | 56.83 | - |
| YUV | 205.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 188 | 0.07 | 0 | 0.12 | 0.16 | 93.6 | 0.23 | 0.79 |
| Hex | C7 | D5 | BC | 7 | 0 | C | 10 | 5E | 17 | 4F |
| Octal | 307 | 325 | 274 | 7 | 0 | 14 | 20 | 136 | 27 | 117 |
| Binary | 11000111 | 11010101 | 10111100 | 111 | 0 | 1100 | 10000 | 1011110 | 10111 | 1001111 |
Color Harmonies of #C7D5BC
Complementary color
Monochromatic Colors of #C7D5BC
Black with #C7D5BC
Text Example
Text Example
White with #C7D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D5BC; }
p { color: rgb(199,213,188); }
H1.HeaderClassName
{
color: #C7D5BC;
}
.AnyTagClassName
{
color: #C7D5BC;
}
</style>
background-color css
<style>
a { background-color: #C7D5BC; }
a { background-color: rgb(199,213,188); }
div.DivClassName
{
background-color: #C7D5BC;
}
.BgClassName
{
background-color: #C7D5BC;
}
</style>
border-color css
<style>
span { border-color: #C7D5BC; }
span { border-color: rgb(199,213,188); }
td.TdClassName
{
border-color: #C7D5BC;
}
.TagClassName
{
border-color: #C7D5BC;
}
</style>