Shades of Surf Crest #C7D8BF
Tints of Surf Crest #C7D8BF
RGB
CMYK
RGB Variations
Color information
#C7D8BF (or 0xC7D8BF) is known color: Surf Crest. HEX triplet: C7, D8 and BF. RGB value is (199,216,191). Sum of RGB (Red+Green+Blue) = 199+216+191=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D8BF is #382740. Grayscale: #D0D0D0. Windows color (decimal): -3680065 or 12572871. OLE color: 12572871.
HSL color Cylindrical-coordinate representation of color #C7D8BF: hue angle of 100.8º degrees, saturation: 0.24, 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 #C7D8BF is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 191 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.15 |
| HSL | 100.8º | 0.24% | 0.8% | - |
| HSV(B) | 100.8º | 0.12% | 0.85% | - |
| XYZ | 57.51 | 65.02 | 58.81 | - |
| YUV | 208.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 191 | 0.08 | 0 | 0.12 | 0.15 | 100.8 | 0.24 | 0.8 |
| Hex | C7 | D8 | BF | 8 | 0 | C | F | 65 | 18 | 50 |
| Octal | 307 | 330 | 277 | 10 | 0 | 14 | 17 | 145 | 30 | 120 |
| Binary | 11000111 | 11011000 | 10111111 | 1000 | 0 | 1100 | 1111 | 1100101 | 11000 | 1010000 |
Color Harmonies of #C7D8BF
Complementary color
Monochromatic Colors of #C7D8BF
Black with #C7D8BF
Text Example
Text Example
White with #C7D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D8BF; }
p { color: rgb(199,216,191); }
H1.HeaderClassName
{
color: #C7D8BF;
}
.AnyTagClassName
{
color: #C7D8BF;
}
</style>
background-color css
<style>
a { background-color: #C7D8BF; }
a { background-color: rgb(199,216,191); }
div.DivClassName
{
background-color: #C7D8BF;
}
.BgClassName
{
background-color: #C7D8BF;
}
</style>
border-color css
<style>
span { border-color: #C7D8BF; }
span { border-color: rgb(199,216,191); }
td.TdClassName
{
border-color: #C7D8BF;
}
.TagClassName
{
border-color: #C7D8BF;
}
</style>