Shades of Surf Crest #C5DCBE
Tints of Surf Crest #C5DCBE
RGB
CMYK
RGB Variations
Color information
#C5DCBE (or 0xC5DCBE) is known color: Surf Crest. HEX triplet: C5, DC and BE. RGB value is (197,220,190). Sum of RGB (Red+Green+Blue) = 197+220+190=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCBE is #3A2341. Grayscale: #D1D1D1. Windows color (decimal): -3810114 or 12508357. OLE color: 12508357.
HSL color Cylindrical-coordinate representation of color #C5DCBE: hue angle of 106º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5DCBE is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 190 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.14 |
| HSL | 106º | 0.3% | 0.8% | - |
| HSV(B) | 106º | 0.14% | 0.86% | - |
| XYZ | 57.91 | 66.77 | 58.55 | - |
| YUV | 209.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 190 | 0.10 | 0 | 0.14 | 0.14 | 106 | 0.3 | 0.8 |
| Hex | C5 | DC | BE | A | 0 | E | E | 6A | 1E | 50 |
| Octal | 305 | 334 | 276 | 12 | 0 | 16 | 16 | 152 | 36 | 120 |
| Binary | 11000101 | 11011100 | 10111110 | 1010 | 0 | 1110 | 1110 | 1101010 | 11110 | 1010000 |
Color Harmonies of #C5DCBE
Complementary color
Monochromatic Colors of #C5DCBE
Black with #C5DCBE
Text Example
Text Example
White with #C5DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCBE; }
p { color: rgb(197,220,190); }
H1.HeaderClassName
{
color: #C5DCBE;
}
.AnyTagClassName
{
color: #C5DCBE;
}
</style>
background-color css
<style>
a { background-color: #C5DCBE; }
a { background-color: rgb(197,220,190); }
div.DivClassName
{
background-color: #C5DCBE;
}
.BgClassName
{
background-color: #C5DCBE;
}
</style>
border-color css
<style>
span { border-color: #C5DCBE; }
span { border-color: rgb(197,220,190); }
td.TdClassName
{
border-color: #C5DCBE;
}
.TagClassName
{
border-color: #C5DCBE;
}
</style>