Shades of Surf Crest #C5D8BD
Tints of Surf Crest #C5D8BD
RGB
CMYK
RGB Variations
Color information
#C5D8BD (or 0xC5D8BD) is known color: Surf Crest. HEX triplet: C5, D8 and BD. RGB value is (197,216,189). Sum of RGB (Red+Green+Blue) = 197+216+189=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D8BD is #3A2742. Grayscale: #CFCFCF. Windows color (decimal): -3811139 or 12441797. OLE color: 12441797.
HSL color Cylindrical-coordinate representation of color #C5D8BD: hue angle of 102.22º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5D8BD is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 216 | 189 | - |
CMYK | 0.09 | 0 | 0.12 | 0.15 |
HSL | 102.22º | 0.26% | 0.79% | - |
HSV(B) | 102.22º | 0.13% | 0.85% | - |
XYZ | 56.77 | 64.66 | 57.63 | - |
YUV | 207.24 | 117.71 | 120.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 216 | 189 | 0.09 | 0 | 0.12 | 0.15 | 102.22 | 0.26 | 0.79 |
Hex | C5 | D8 | BD | 9 | 0 | C | F | 66 | 1A | 4F |
Octal | 305 | 330 | 275 | 11 | 0 | 14 | 17 | 146 | 32 | 117 |
Binary | 11000101 | 11011000 | 10111101 | 1001 | 0 | 1100 | 1111 | 1100110 | 11010 | 1001111 |
Color Harmonies of #C5D8BD
Complementary color
Monochromatic Colors of #C5D8BD
Black with #C5D8BD
Text Example
Text Example
White with #C5D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D8BD; }
p { color: rgb(197,216,189); }
H1.HeaderClassName
{
color: #C5D8BD;
}
.AnyTagClassName
{
color: #C5D8BD;
}
</style>
background-color css
<style>
a { background-color: #C5D8BD; }
a { background-color: rgb(197,216,189); }
div.DivClassName
{
background-color: #C5D8BD;
}
.BgClassName
{
background-color: #C5D8BD;
}
</style>
border-color css
<style>
span { border-color: #C5D8BD; }
span { border-color: rgb(197,216,189); }
td.TdClassName
{
border-color: #C5D8BD;
}
.TagClassName
{
border-color: #C5D8BD;
}
</style>