Shades of Surf Crest #C5D5C1
Tints of Surf Crest #C5D5C1
RGB
CMYK
RGB Variations
Color information
#C5D5C1 (or 0xC5D5C1) is known color: Surf Crest. HEX triplet: C5, D5 and C1. RGB value is (197,213,193). Sum of RGB (Red+Green+Blue) = 197+213+193=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5C1 is #3A2A3E. Grayscale: #CDCDCD. Windows color (decimal): -3811903 or 12703173. OLE color: 12703173.
HSL color Cylindrical-coordinate representation of color #C5D5C1: hue angle of 108º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D5C1 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 193 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.16 |
| HSL | 108º | 0.19% | 0.8% | - |
| HSV(B) | 108º | 0.09% | 0.84% | - |
| XYZ | 56.45 | 63.31 | 59.7 | - |
| YUV | 205.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 193 | 0.08 | 0 | 0.09 | 0.16 | 108 | 0.19 | 0.8 |
| Hex | C5 | D5 | C1 | 8 | 0 | 9 | 10 | 6C | 13 | 50 |
| Octal | 305 | 325 | 301 | 10 | 0 | 11 | 20 | 154 | 23 | 120 |
| Binary | 11000101 | 11010101 | 11000001 | 1000 | 0 | 1001 | 10000 | 1101100 | 10011 | 1010000 |
Color Harmonies of #C5D5C1
Complementary color
Monochromatic Colors of #C5D5C1
Black with #C5D5C1
Text Example
Text Example
White with #C5D5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D5C1; }
p { color: rgb(197,213,193); }
H1.HeaderClassName
{
color: #C5D5C1;
}
.AnyTagClassName
{
color: #C5D5C1;
}
</style>
background-color css
<style>
a { background-color: #C5D5C1; }
a { background-color: rgb(197,213,193); }
div.DivClassName
{
background-color: #C5D5C1;
}
.BgClassName
{
background-color: #C5D5C1;
}
</style>
border-color css
<style>
span { border-color: #C5D5C1; }
span { border-color: rgb(197,213,193); }
td.TdClassName
{
border-color: #C5D5C1;
}
.TagClassName
{
border-color: #C5D5C1;
}
</style>