Shades of Surf Crest #C6D1BF
Tints of Surf Crest #C6D1BF
RGB
CMYK
RGB Variations
Color information
#C6D1BF (or 0xC6D1BF) is known color: Surf Crest. HEX triplet: C6, D1 and BF. RGB value is (198,209,191). Sum of RGB (Red+Green+Blue) = 198+209+191=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1BF is #392E40. Grayscale: #CBCBCB. Windows color (decimal): -3747393 or 12571078. OLE color: 12571078.
HSL color Cylindrical-coordinate representation of color #C6D1BF: hue angle of 96.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6D1BF is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 209 | 191 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.18 |
| HSL | 96.67º | 0.16% | 0.78% | - |
| HSV(B) | 96.67º | 0.09% | 0.82% | - |
| XYZ | 55.49 | 61.37 | 58.21 | - |
| YUV | 203.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 191 | 0.05 | 0 | 0.09 | 0.18 | 96.67 | 0.16 | 0.78 |
| Hex | C6 | D1 | BF | 5 | 0 | 9 | 12 | 61 | 10 | 4E |
| Octal | 306 | 321 | 277 | 5 | 0 | 11 | 22 | 141 | 20 | 116 |
| Binary | 11000110 | 11010001 | 10111111 | 101 | 0 | 1001 | 10010 | 1100001 | 10000 | 1001110 |
Color Harmonies of #C6D1BF
Complementary color
Monochromatic Colors of #C6D1BF
Black with #C6D1BF
Text Example
Text Example
White with #C6D1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D1BF; }
p { color: rgb(198,209,191); }
H1.HeaderClassName
{
color: #C6D1BF;
}
.AnyTagClassName
{
color: #C6D1BF;
}
</style>
background-color css
<style>
a { background-color: #C6D1BF; }
a { background-color: rgb(198,209,191); }
div.DivClassName
{
background-color: #C6D1BF;
}
.BgClassName
{
background-color: #C6D1BF;
}
</style>
border-color css
<style>
span { border-color: #C6D1BF; }
span { border-color: rgb(198,209,191); }
td.TdClassName
{
border-color: #C6D1BF;
}
.TagClassName
{
border-color: #C6D1BF;
}
</style>