Shades of Surf Crest #C7D8BE
Tints of Surf Crest #C7D8BE
RGB
CMYK
RGB Variations
Color information
#C7D8BE (or 0xC7D8BE) is known color: Surf Crest. HEX triplet: C7, D8 and BE. RGB value is (199,216,190). Sum of RGB (Red+Green+Blue) = 199+216+190=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D8BE is #382741. Grayscale: #D0D0D0. Windows color (decimal): -3680066 or 12507335. OLE color: 12507335.
HSL color Cylindrical-coordinate representation of color #C7D8BE: hue angle of 99.23º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7D8BE is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 190 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.15 |
| HSL | 99.23º | 0.25% | 0.8% | - |
| HSV(B) | 99.23º | 0.12% | 0.85% | - |
| XYZ | 57.4 | 64.97 | 58.23 | - |
| YUV | 207.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 190 | 0.08 | 0 | 0.12 | 0.15 | 99.23 | 0.25 | 0.8 |
| Hex | C7 | D8 | BE | 8 | 0 | C | F | 63 | 19 | 50 |
| Octal | 307 | 330 | 276 | 10 | 0 | 14 | 17 | 143 | 31 | 120 |
| Binary | 11000111 | 11011000 | 10111110 | 1000 | 0 | 1100 | 1111 | 1100011 | 11001 | 1010000 |
Color Harmonies of #C7D8BE
Complementary color
Monochromatic Colors of #C7D8BE
Black with #C7D8BE
Text Example
Text Example
White with #C7D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D8BE; }
p { color: rgb(199,216,190); }
H1.HeaderClassName
{
color: #C7D8BE;
}
.AnyTagClassName
{
color: #C7D8BE;
}
</style>
background-color css
<style>
a { background-color: #C7D8BE; }
a { background-color: rgb(199,216,190); }
div.DivClassName
{
background-color: #C7D8BE;
}
.BgClassName
{
background-color: #C7D8BE;
}
</style>
border-color css
<style>
span { border-color: #C7D8BE; }
span { border-color: rgb(199,216,190); }
td.TdClassName
{
border-color: #C7D8BE;
}
.TagClassName
{
border-color: #C7D8BE;
}
</style>