Shades of Surf Crest #C7D9BA
Tints of Surf Crest #C7D9BA
RGB
CMYK
RGB Variations
Color information
#C7D9BA (or 0xC7D9BA) is known color: Surf Crest. HEX triplet: C7, D9 and BA. RGB value is (199,217,186). Sum of RGB (Red+Green+Blue) = 199+217+186=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D9BA is #382645. Grayscale: #D0D0D0. Windows color (decimal): -3679814 or 12245447. OLE color: 12245447.
HSL color Cylindrical-coordinate representation of color #C7D9BA: hue angle of 94.84º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7D9BA is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 186 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.15 |
| HSL | 94.84º | 0.29% | 0.79% | - |
| HSV(B) | 94.84º | 0.14% | 0.85% | - |
| XYZ | 57.23 | 65.31 | 56.04 | - |
| YUV | 208.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 186 | 0.08 | 0 | 0.14 | 0.15 | 94.84 | 0.29 | 0.79 |
| Hex | C7 | D9 | BA | 8 | 0 | E | F | 5F | 1D | 4F |
| Octal | 307 | 331 | 272 | 10 | 0 | 16 | 17 | 137 | 35 | 117 |
| Binary | 11000111 | 11011001 | 10111010 | 1000 | 0 | 1110 | 1111 | 1011111 | 11101 | 1001111 |
Color Harmonies of #C7D9BA
Complementary color
Monochromatic Colors of #C7D9BA
Black with #C7D9BA
Text Example
Text Example
White with #C7D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D9BA; }
p { color: rgb(199,217,186); }
H1.HeaderClassName
{
color: #C7D9BA;
}
.AnyTagClassName
{
color: #C7D9BA;
}
</style>
background-color css
<style>
a { background-color: #C7D9BA; }
a { background-color: rgb(199,217,186); }
div.DivClassName
{
background-color: #C7D9BA;
}
.BgClassName
{
background-color: #C7D9BA;
}
</style>
border-color css
<style>
span { border-color: #C7D9BA; }
span { border-color: rgb(199,217,186); }
td.TdClassName
{
border-color: #C7D9BA;
}
.TagClassName
{
border-color: #C7D9BA;
}
</style>