Shades of Surf Crest #C5E3BD
Tints of Surf Crest #C5E3BD
RGB
CMYK
RGB Variations
Color information
#C5E3BD (or 0xC5E3BD) is known color: Surf Crest. HEX triplet: C5, E3 and BD. RGB value is (197,227,189). Sum of RGB (Red+Green+Blue) = 197+227+189=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E3BD is #3A1C42. Grayscale: #D5D5D5. Windows color (decimal): -3808323 or 12444613. OLE color: 12444613.
HSL color Cylindrical-coordinate representation of color #C5E3BD: hue angle of 107.37º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5E3BD is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 189 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.11 |
| HSL | 107.37º | 0.4% | 0.82% | - |
| HSV(B) | 107.37º | 0.17% | 0.89% | - |
| XYZ | 59.68 | 70.48 | 58.6 | - |
| YUV | 213.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 189 | 0.13 | 0 | 0.17 | 0.11 | 107.37 | 0.4 | 0.82 |
| Hex | C5 | E3 | BD | D | 0 | 11 | B | 6B | 28 | 52 |
| Octal | 305 | 343 | 275 | 15 | 0 | 21 | 13 | 153 | 50 | 122 |
| Binary | 11000101 | 11100011 | 10111101 | 1101 | 0 | 10001 | 1011 | 1101011 | 101000 | 1010010 |
Color Harmonies of #C5E3BD
Complementary color
Monochromatic Colors of #C5E3BD
Black with #C5E3BD
Text Example
Text Example
White with #C5E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E3BD; }
p { color: rgb(197,227,189); }
H1.HeaderClassName
{
color: #C5E3BD;
}
.AnyTagClassName
{
color: #C5E3BD;
}
</style>
background-color css
<style>
a { background-color: #C5E3BD; }
a { background-color: rgb(197,227,189); }
div.DivClassName
{
background-color: #C5E3BD;
}
.BgClassName
{
background-color: #C5E3BD;
}
</style>
border-color css
<style>
span { border-color: #C5E3BD; }
span { border-color: rgb(197,227,189); }
td.TdClassName
{
border-color: #C5E3BD;
}
.TagClassName
{
border-color: #C5E3BD;
}
</style>