Shades of Surf Crest #C5D8BF
Tints of Surf Crest #C5D8BF
RGB
CMYK
RGB Variations
Color information
#C5D8BF (or 0xC5D8BF) is known color: Surf Crest. HEX triplet: C5, D8 and BF. RGB value is (197,216,191). Sum of RGB (Red+Green+Blue) = 197+216+191=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D8BF is #3A2740. Grayscale: #CFCFCF. Windows color (decimal): -3811137 or 12572869. OLE color: 12572869.
HSL color Cylindrical-coordinate representation of color #C5D8BF: hue angle of 105.6º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5D8BF is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 191 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.15 |
| HSL | 105.6º | 0.24% | 0.8% | - |
| HSV(B) | 105.6º | 0.12% | 0.85% | - |
| XYZ | 56.99 | 64.74 | 58.78 | - |
| YUV | 207.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 191 | 0.09 | 0 | 0.12 | 0.15 | 105.6 | 0.24 | 0.8 |
| Hex | C5 | D8 | BF | 9 | 0 | C | F | 6A | 18 | 50 |
| Octal | 305 | 330 | 277 | 11 | 0 | 14 | 17 | 152 | 30 | 120 |
| Binary | 11000101 | 11011000 | 10111111 | 1001 | 0 | 1100 | 1111 | 1101010 | 11000 | 1010000 |
Color Harmonies of #C5D8BF
Complementary color
Monochromatic Colors of #C5D8BF
Black with #C5D8BF
Text Example
Text Example
White with #C5D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D8BF; }
p { color: rgb(197,216,191); }
H1.HeaderClassName
{
color: #C5D8BF;
}
.AnyTagClassName
{
color: #C5D8BF;
}
</style>
background-color css
<style>
a { background-color: #C5D8BF; }
a { background-color: rgb(197,216,191); }
div.DivClassName
{
background-color: #C5D8BF;
}
.BgClassName
{
background-color: #C5D8BF;
}
</style>
border-color css
<style>
span { border-color: #C5D8BF; }
span { border-color: rgb(197,216,191); }
td.TdClassName
{
border-color: #C5D8BF;
}
.TagClassName
{
border-color: #C5D8BF;
}
</style>