Shades of Surf Crest #C5DCB9
Tints of Surf Crest #C5DCB9
RGB
CMYK
RGB Variations
Color information
#C5DCB9 (or 0xC5DCB9) is known color: Surf Crest. HEX triplet: C5, DC and B9. RGB value is (197,220,185). Sum of RGB (Red+Green+Blue) = 197+220+185=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCB9 is #3A2346. Grayscale: #D1D1D1. Windows color (decimal): -3810119 or 12180677. OLE color: 12180677.
HSL color Cylindrical-coordinate representation of color #C5DCB9: hue angle of 99.43º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5DCB9 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 185 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.14 |
| HSL | 99.43º | 0.33% | 0.79% | - |
| HSV(B) | 99.43º | 0.16% | 0.86% | - |
| XYZ | 57.38 | 66.56 | 55.72 | - |
| YUV | 209.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 185 | 0.10 | 0 | 0.16 | 0.14 | 99.43 | 0.33 | 0.79 |
| Hex | C5 | DC | B9 | A | 0 | 10 | E | 63 | 21 | 4F |
| Octal | 305 | 334 | 271 | 12 | 0 | 20 | 16 | 143 | 41 | 117 |
| Binary | 11000101 | 11011100 | 10111001 | 1010 | 0 | 10000 | 1110 | 1100011 | 100001 | 1001111 |
Color Harmonies of #C5DCB9
Complementary color
Monochromatic Colors of #C5DCB9
Black with #C5DCB9
Text Example
Text Example
White with #C5DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCB9; }
p { color: rgb(197,220,185); }
H1.HeaderClassName
{
color: #C5DCB9;
}
.AnyTagClassName
{
color: #C5DCB9;
}
</style>
background-color css
<style>
a { background-color: #C5DCB9; }
a { background-color: rgb(197,220,185); }
div.DivClassName
{
background-color: #C5DCB9;
}
.BgClassName
{
background-color: #C5DCB9;
}
</style>
border-color css
<style>
span { border-color: #C5DCB9; }
span { border-color: rgb(197,220,185); }
td.TdClassName
{
border-color: #C5DCB9;
}
.TagClassName
{
border-color: #C5DCB9;
}
</style>