Shades of Surf Crest #C5D6BD
Tints of Surf Crest #C5D6BD
RGB
CMYK
RGB Variations
Color information
#C5D6BD (or 0xC5D6BD) is known color: Surf Crest. HEX triplet: C5, D6 and BD. RGB value is (197,214,189). Sum of RGB (Red+Green+Blue) = 197+214+189=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6BD is #3A2942. Grayscale: #CECECE. Windows color (decimal): -3811651 or 12441285. OLE color: 12441285.
HSL color Cylindrical-coordinate representation of color #C5D6BD: hue angle of 100.8º 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 #C5D6BD is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 189 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.16 |
| HSL | 100.8º | 0.23% | 0.79% | - |
| HSV(B) | 100.8º | 0.12% | 0.84% | - |
| XYZ | 56.26 | 63.64 | 57.46 | - |
| YUV | 206.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 189 | 0.08 | 0 | 0.12 | 0.16 | 100.8 | 0.23 | 0.79 |
| Hex | C5 | D6 | BD | 8 | 0 | C | 10 | 65 | 17 | 4F |
| Octal | 305 | 326 | 275 | 10 | 0 | 14 | 20 | 145 | 27 | 117 |
| Binary | 11000101 | 11010110 | 10111101 | 1000 | 0 | 1100 | 10000 | 1100101 | 10111 | 1001111 |
Color Harmonies of #C5D6BD
Complementary color
Monochromatic Colors of #C5D6BD
Black with #C5D6BD
Text Example
Text Example
White with #C5D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D6BD; }
p { color: rgb(197,214,189); }
H1.HeaderClassName
{
color: #C5D6BD;
}
.AnyTagClassName
{
color: #C5D6BD;
}
</style>
background-color css
<style>
a { background-color: #C5D6BD; }
a { background-color: rgb(197,214,189); }
div.DivClassName
{
background-color: #C5D6BD;
}
.BgClassName
{
background-color: #C5D6BD;
}
</style>
border-color css
<style>
span { border-color: #C5D6BD; }
span { border-color: rgb(197,214,189); }
td.TdClassName
{
border-color: #C5D6BD;
}
.TagClassName
{
border-color: #C5D6BD;
}
</style>