Shades of Surf Crest #C5D5BC
Tints of Surf Crest #C5D5BC
RGB
CMYK
RGB Variations
Color information
#C5D5BC (or 0xC5D5BC) is known color: Surf Crest. HEX triplet: C5, D5 and BC. RGB value is (197,213,188). Sum of RGB (Red+Green+Blue) = 197+213+188=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5BC is #3A2A43. Grayscale: #CDCDCD. Windows color (decimal): -3811908 or 12375493. OLE color: 12375493.
HSL color Cylindrical-coordinate representation of color #C5D5BC: hue angle of 98.4º 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 #C5D5BC is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 188 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.16 |
| HSL | 98.4º | 0.23% | 0.79% | - |
| HSV(B) | 98.4º | 0.12% | 0.84% | - |
| XYZ | 55.9 | 63.09 | 56.81 | - |
| YUV | 205.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 188 | 0.08 | 0 | 0.12 | 0.16 | 98.4 | 0.23 | 0.79 |
| Hex | C5 | D5 | BC | 8 | 0 | C | 10 | 62 | 17 | 4F |
| Octal | 305 | 325 | 274 | 10 | 0 | 14 | 20 | 142 | 27 | 117 |
| Binary | 11000101 | 11010101 | 10111100 | 1000 | 0 | 1100 | 10000 | 1100010 | 10111 | 1001111 |
Color Harmonies of #C5D5BC
Complementary color
Monochromatic Colors of #C5D5BC
Black with #C5D5BC
Text Example
Text Example
White with #C5D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D5BC; }
p { color: rgb(197,213,188); }
H1.HeaderClassName
{
color: #C5D5BC;
}
.AnyTagClassName
{
color: #C5D5BC;
}
</style>
background-color css
<style>
a { background-color: #C5D5BC; }
a { background-color: rgb(197,213,188); }
div.DivClassName
{
background-color: #C5D5BC;
}
.BgClassName
{
background-color: #C5D5BC;
}
</style>
border-color css
<style>
span { border-color: #C5D5BC; }
span { border-color: rgb(197,213,188); }
td.TdClassName
{
border-color: #C5D5BC;
}
.TagClassName
{
border-color: #C5D5BC;
}
</style>