Shades of Surf Crest #C7D9C5
Tints of Surf Crest #C7D9C5
RGB
CMYK
RGB Variations
Color information
#C7D9C5 (or 0xC7D9C5) is known color: Surf Crest. HEX triplet: C7, D9 and C5. RGB value is (199,217,197). Sum of RGB (Red+Green+Blue) = 199+217+197=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D9C5 is #38263A. Grayscale: #D1D1D1. Windows color (decimal): -3679803 or 12966343. OLE color: 12966343.
HSL color Cylindrical-coordinate representation of color #C7D9C5: hue angle of 114º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7D9C5 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 217 | 197 | - |
CMYK | 0.08 | 0 | 0.09 | 0.15 |
HSL | 114º | 0.21% | 0.81% | - |
HSV(B) | 114º | 0.09% | 0.85% | - |
XYZ | 58.44 | 65.8 | 62.44 | - |
YUV | 209.34 | 121.04 | 120.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 217 | 197 | 0.08 | 0 | 0.09 | 0.15 | 114 | 0.21 | 0.81 |
Hex | C7 | D9 | C5 | 8 | 0 | 9 | F | 72 | 15 | 51 |
Octal | 307 | 331 | 305 | 10 | 0 | 11 | 17 | 162 | 25 | 121 |
Binary | 11000111 | 11011001 | 11000101 | 1000 | 0 | 1001 | 1111 | 1110010 | 10101 | 1010001 |
Color Harmonies of #C7D9C5
Complementary color
Monochromatic Colors of #C7D9C5
Black with #C7D9C5
Text Example
Text Example
White with #C7D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D9C5; }
p { color: rgb(199,217,197); }
H1.HeaderClassName
{
color: #C7D9C5;
}
.AnyTagClassName
{
color: #C7D9C5;
}
</style>
background-color css
<style>
a { background-color: #C7D9C5; }
a { background-color: rgb(199,217,197); }
div.DivClassName
{
background-color: #C7D9C5;
}
.BgClassName
{
background-color: #C7D9C5;
}
</style>
border-color css
<style>
span { border-color: #C7D9C5; }
span { border-color: rgb(199,217,197); }
td.TdClassName
{
border-color: #C7D9C5;
}
.TagClassName
{
border-color: #C7D9C5;
}
</style>