Shades of Surf Crest #C6D8BF
Tints of Surf Crest #C6D8BF
RGB
CMYK
RGB Variations
Color information
#C6D8BF (or 0xC6D8BF) is known color: Surf Crest. HEX triplet: C6, D8 and BF. RGB value is (198,216,191). Sum of RGB (Red+Green+Blue) = 198+216+191=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D8BF is #392740. Grayscale: #CFCFCF. Windows color (decimal): -3745601 or 12572870. OLE color: 12572870.
HSL color Cylindrical-coordinate representation of color #C6D8BF: hue angle of 103.2º 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 #C6D8BF is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 216 | 191 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.15 |
| HSL | 103.2º | 0.24% | 0.8% | - |
| HSV(B) | 103.2º | 0.12% | 0.85% | - |
| XYZ | 57.25 | 64.88 | 58.8 | - |
| YUV | 207.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 216 | 191 | 0.08 | 0 | 0.12 | 0.15 | 103.2 | 0.24 | 0.8 |
| Hex | C6 | D8 | BF | 8 | 0 | C | F | 67 | 18 | 50 |
| Octal | 306 | 330 | 277 | 10 | 0 | 14 | 17 | 147 | 30 | 120 |
| Binary | 11000110 | 11011000 | 10111111 | 1000 | 0 | 1100 | 1111 | 1100111 | 11000 | 1010000 |
Color Harmonies of #C6D8BF
Complementary color
Monochromatic Colors of #C6D8BF
Black with #C6D8BF
Text Example
Text Example
White with #C6D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D8BF; }
p { color: rgb(198,216,191); }
H1.HeaderClassName
{
color: #C6D8BF;
}
.AnyTagClassName
{
color: #C6D8BF;
}
</style>
background-color css
<style>
a { background-color: #C6D8BF; }
a { background-color: rgb(198,216,191); }
div.DivClassName
{
background-color: #C6D8BF;
}
.BgClassName
{
background-color: #C6D8BF;
}
</style>
border-color css
<style>
span { border-color: #C6D8BF; }
span { border-color: rgb(198,216,191); }
td.TdClassName
{
border-color: #C6D8BF;
}
.TagClassName
{
border-color: #C6D8BF;
}
</style>