Shades of Surf Crest #C5D2BF
Tints of Surf Crest #C5D2BF
RGB
CMYK
RGB Variations
Color information
#C5D2BF (or 0xC5D2BF) is known color: Surf Crest. HEX triplet: C5, D2 and BF. RGB value is (197,210,191). Sum of RGB (Red+Green+Blue) = 197+210+191=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2BF is #3A2D40. Grayscale: #CCCCCC. Windows color (decimal): -3812673 or 12571333. OLE color: 12571333.
HSL color Cylindrical-coordinate representation of color #C5D2BF: hue angle of 101.05º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D2BF is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 191 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.18 |
| HSL | 101.05º | 0.17% | 0.79% | - |
| HSV(B) | 101.05º | 0.09% | 0.82% | - |
| XYZ | 55.48 | 61.73 | 58.28 | - |
| YUV | 203.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 191 | 0.06 | 0 | 0.09 | 0.18 | 101.05 | 0.17 | 0.79 |
| Hex | C5 | D2 | BF | 6 | 0 | 9 | 12 | 65 | 11 | 4F |
| Octal | 305 | 322 | 277 | 6 | 0 | 11 | 22 | 145 | 21 | 117 |
| Binary | 11000101 | 11010010 | 10111111 | 110 | 0 | 1001 | 10010 | 1100101 | 10001 | 1001111 |
Color Harmonies of #C5D2BF
Complementary color
Monochromatic Colors of #C5D2BF
Black with #C5D2BF
Text Example
Text Example
White with #C5D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D2BF; }
p { color: rgb(197,210,191); }
H1.HeaderClassName
{
color: #C5D2BF;
}
.AnyTagClassName
{
color: #C5D2BF;
}
</style>
background-color css
<style>
a { background-color: #C5D2BF; }
a { background-color: rgb(197,210,191); }
div.DivClassName
{
background-color: #C5D2BF;
}
.BgClassName
{
background-color: #C5D2BF;
}
</style>
border-color css
<style>
span { border-color: #C5D2BF; }
span { border-color: rgb(197,210,191); }
td.TdClassName
{
border-color: #C5D2BF;
}
.TagClassName
{
border-color: #C5D2BF;
}
</style>