Shades of Surf Crest #C5D7BE
Tints of Surf Crest #C5D7BE
RGB
CMYK
RGB Variations
Color information
#C5D7BE (or 0xC5D7BE) is known color: Surf Crest. HEX triplet: C5, D7 and BE. RGB value is (197,215,190). Sum of RGB (Red+Green+Blue) = 197+215+190=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7BE is #3A2841. Grayscale: #CECECE. Windows color (decimal): -3811394 or 12507077. OLE color: 12507077.
HSL color Cylindrical-coordinate representation of color #C5D7BE: hue angle of 103.2º degrees, saturation: 0.24, 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 #C5D7BE is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 190 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.16 |
| HSL | 103.2º | 0.24% | 0.79% | - |
| HSV(B) | 103.2º | 0.12% | 0.84% | - |
| XYZ | 56.62 | 64.19 | 58.12 | - |
| YUV | 206.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 190 | 0.08 | 0 | 0.12 | 0.16 | 103.2 | 0.24 | 0.79 |
| Hex | C5 | D7 | BE | 8 | 0 | C | 10 | 67 | 18 | 4F |
| Octal | 305 | 327 | 276 | 10 | 0 | 14 | 20 | 147 | 30 | 117 |
| Binary | 11000101 | 11010111 | 10111110 | 1000 | 0 | 1100 | 10000 | 1100111 | 11000 | 1001111 |
Color Harmonies of #C5D7BE
Complementary color
Monochromatic Colors of #C5D7BE
Black with #C5D7BE
Text Example
Text Example
White with #C5D7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D7BE; }
p { color: rgb(197,215,190); }
H1.HeaderClassName
{
color: #C5D7BE;
}
.AnyTagClassName
{
color: #C5D7BE;
}
</style>
background-color css
<style>
a { background-color: #C5D7BE; }
a { background-color: rgb(197,215,190); }
div.DivClassName
{
background-color: #C5D7BE;
}
.BgClassName
{
background-color: #C5D7BE;
}
</style>
border-color css
<style>
span { border-color: #C5D7BE; }
span { border-color: rgb(197,215,190); }
td.TdClassName
{
border-color: #C5D7BE;
}
.TagClassName
{
border-color: #C5D7BE;
}
</style>