Shades of Surf Crest #C5D6BE
Tints of Surf Crest #C5D6BE
RGB
CMYK
RGB Variations
Color information
#C5D6BE (or 0xC5D6BE) is known color: Surf Crest. HEX triplet: C5, D6 and BE. RGB value is (197,214,190). Sum of RGB (Red+Green+Blue) = 197+214+190=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6BE is #3A2941. Grayscale: #CECECE. Windows color (decimal): -3811650 or 12506821. OLE color: 12506821.
HSL color Cylindrical-coordinate representation of color #C5D6BE: hue angle of 102.5º degrees, saturation: 0.23, 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 #C5D6BE is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 190 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.16 |
| HSL | 102.5º | 0.23% | 0.79% | - |
| HSV(B) | 102.5º | 0.11% | 0.84% | - |
| XYZ | 56.37 | 63.68 | 58.04 | - |
| YUV | 206.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 190 | 0.08 | 0 | 0.11 | 0.16 | 102.5 | 0.23 | 0.79 |
| Hex | C5 | D6 | BE | 8 | 0 | B | 10 | 66 | 17 | 4F |
| Octal | 305 | 326 | 276 | 10 | 0 | 13 | 20 | 146 | 27 | 117 |
| Binary | 11000101 | 11010110 | 10111110 | 1000 | 0 | 1011 | 10000 | 1100110 | 10111 | 1001111 |
Color Harmonies of #C5D6BE
Complementary color
Monochromatic Colors of #C5D6BE
Black with #C5D6BE
Text Example
Text Example
White with #C5D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D6BE; }
p { color: rgb(197,214,190); }
H1.HeaderClassName
{
color: #C5D6BE;
}
.AnyTagClassName
{
color: #C5D6BE;
}
</style>
background-color css
<style>
a { background-color: #C5D6BE; }
a { background-color: rgb(197,214,190); }
div.DivClassName
{
background-color: #C5D6BE;
}
.BgClassName
{
background-color: #C5D6BE;
}
</style>
border-color css
<style>
span { border-color: #C5D6BE; }
span { border-color: rgb(197,214,190); }
td.TdClassName
{
border-color: #C5D6BE;
}
.TagClassName
{
border-color: #C5D6BE;
}
</style>