Shades of Surf Crest #C5D1BF
Tints of Surf Crest #C5D1BF
RGB
CMYK
RGB Variations
Color information
#C5D1BF (or 0xC5D1BF) is known color: Surf Crest. HEX triplet: C5, D1 and BF. RGB value is (197,209,191). Sum of RGB (Red+Green+Blue) = 197+209+191=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D1BF is #3A2E40. Grayscale: #CBCBCB. Windows color (decimal): -3812929 or 12571077. OLE color: 12571077.
HSL color Cylindrical-coordinate representation of color #C5D1BF: hue angle of 100º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D1BF is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 191 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.18 |
| HSL | 100º | 0.16% | 0.78% | - |
| HSV(B) | 100º | 0.09% | 0.82% | - |
| XYZ | 55.23 | 61.23 | 58.2 | - |
| YUV | 203.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 191 | 0.06 | 0 | 0.09 | 0.18 | 100 | 0.16 | 0.78 |
| Hex | C5 | D1 | BF | 6 | 0 | 9 | 12 | 64 | 10 | 4E |
| Octal | 305 | 321 | 277 | 6 | 0 | 11 | 22 | 144 | 20 | 116 |
| Binary | 11000101 | 11010001 | 10111111 | 110 | 0 | 1001 | 10010 | 1100100 | 10000 | 1001110 |
Color Harmonies of #C5D1BF
Complementary color
Monochromatic Colors of #C5D1BF
Black with #C5D1BF
Text Example
Text Example
White with #C5D1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D1BF; }
p { color: rgb(197,209,191); }
H1.HeaderClassName
{
color: #C5D1BF;
}
.AnyTagClassName
{
color: #C5D1BF;
}
</style>
background-color css
<style>
a { background-color: #C5D1BF; }
a { background-color: rgb(197,209,191); }
div.DivClassName
{
background-color: #C5D1BF;
}
.BgClassName
{
background-color: #C5D1BF;
}
</style>
border-color css
<style>
span { border-color: #C5D1BF; }
span { border-color: rgb(197,209,191); }
td.TdClassName
{
border-color: #C5D1BF;
}
.TagClassName
{
border-color: #C5D1BF;
}
</style>