Shades of Surf Crest #C5D5BD
Tints of Surf Crest #C5D5BD
RGB
CMYK
RGB Variations
Color information
#C5D5BD (or 0xC5D5BD) is known color: Surf Crest. HEX triplet: C5, D5 and BD. RGB value is (197,213,189). Sum of RGB (Red+Green+Blue) = 197+213+189=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5BD is #3A2A42. Grayscale: #CDCDCD. Windows color (decimal): -3811907 or 12441029. OLE color: 12441029.
HSL color Cylindrical-coordinate representation of color #C5D5BD: hue angle of 100º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5D5BD is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 189 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.16 |
| HSL | 100º | 0.22% | 0.79% | - |
| HSV(B) | 100º | 0.11% | 0.84% | - |
| XYZ | 56.01 | 63.13 | 57.38 | - |
| YUV | 205.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 189 | 0.08 | 0 | 0.11 | 0.16 | 100 | 0.22 | 0.79 |
| Hex | C5 | D5 | BD | 8 | 0 | B | 10 | 64 | 16 | 4F |
| Octal | 305 | 325 | 275 | 10 | 0 | 13 | 20 | 144 | 26 | 117 |
| Binary | 11000101 | 11010101 | 10111101 | 1000 | 0 | 1011 | 10000 | 1100100 | 10110 | 1001111 |
Color Harmonies of #C5D5BD
Complementary color
Monochromatic Colors of #C5D5BD
Black with #C5D5BD
Text Example
Text Example
White with #C5D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D5BD; }
p { color: rgb(197,213,189); }
H1.HeaderClassName
{
color: #C5D5BD;
}
.AnyTagClassName
{
color: #C5D5BD;
}
</style>
background-color css
<style>
a { background-color: #C5D5BD; }
a { background-color: rgb(197,213,189); }
div.DivClassName
{
background-color: #C5D5BD;
}
.BgClassName
{
background-color: #C5D5BD;
}
</style>
border-color css
<style>
span { border-color: #C5D5BD; }
span { border-color: rgb(197,213,189); }
td.TdClassName
{
border-color: #C5D5BD;
}
.TagClassName
{
border-color: #C5D5BD;
}
</style>