Shades of Surf Crest #C5D4BD
Tints of Surf Crest #C5D4BD
RGB
CMYK
RGB Variations
Color information
#C5D4BD (or 0xC5D4BD) is known color: Surf Crest. HEX triplet: C5, D4 and BD. RGB value is (197,212,189). Sum of RGB (Red+Green+Blue) = 197+212+189=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D4BD is #3A2B42. Grayscale: #CCCCCC. Windows color (decimal): -3812163 or 12440773. OLE color: 12440773.
HSL color Cylindrical-coordinate representation of color #C5D4BD: hue angle of 99.13º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5D4BD is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 189 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.17 |
| HSL | 99.13º | 0.21% | 0.79% | - |
| HSV(B) | 99.13º | 0.11% | 0.83% | - |
| XYZ | 55.75 | 62.63 | 57.29 | - |
| YUV | 204.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 189 | 0.07 | 0 | 0.11 | 0.17 | 99.13 | 0.21 | 0.79 |
| Hex | C5 | D4 | BD | 7 | 0 | B | 11 | 63 | 15 | 4F |
| Octal | 305 | 324 | 275 | 7 | 0 | 13 | 21 | 143 | 25 | 117 |
| Binary | 11000101 | 11010100 | 10111101 | 111 | 0 | 1011 | 10001 | 1100011 | 10101 | 1001111 |
Color Harmonies of #C5D4BD
Complementary color
Monochromatic Colors of #C5D4BD
Black with #C5D4BD
Text Example
Text Example
White with #C5D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D4BD; }
p { color: rgb(197,212,189); }
H1.HeaderClassName
{
color: #C5D4BD;
}
.AnyTagClassName
{
color: #C5D4BD;
}
</style>
background-color css
<style>
a { background-color: #C5D4BD; }
a { background-color: rgb(197,212,189); }
div.DivClassName
{
background-color: #C5D4BD;
}
.BgClassName
{
background-color: #C5D4BD;
}
</style>
border-color css
<style>
span { border-color: #C5D4BD; }
span { border-color: rgb(197,212,189); }
td.TdClassName
{
border-color: #C5D4BD;
}
.TagClassName
{
border-color: #C5D4BD;
}
</style>