Shades of Surf Crest #C6D9BC
Tints of Surf Crest #C6D9BC
RGB
CMYK
RGB Variations
Color information
#C6D9BC (or 0xC6D9BC) is known color: Surf Crest. HEX triplet: C6, D9 and BC. RGB value is (198,217,188). Sum of RGB (Red+Green+Blue) = 198+217+188=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D9BC is #392643. Grayscale: #D0D0D0. Windows color (decimal): -3745348 or 12376518. OLE color: 12376518.
HSL color Cylindrical-coordinate representation of color #C6D9BC: hue angle of 99.31º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6D9BC is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 188 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.15 |
| HSL | 99.31º | 0.28% | 0.79% | - |
| HSV(B) | 99.31º | 0.13% | 0.85% | - |
| XYZ | 57.18 | 65.26 | 57.16 | - |
| YUV | 208.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 188 | 0.09 | 0 | 0.13 | 0.15 | 99.31 | 0.28 | 0.79 |
| Hex | C6 | D9 | BC | 9 | 0 | D | F | 63 | 1C | 4F |
| Octal | 306 | 331 | 274 | 11 | 0 | 15 | 17 | 143 | 34 | 117 |
| Binary | 11000110 | 11011001 | 10111100 | 1001 | 0 | 1101 | 1111 | 1100011 | 11100 | 1001111 |
Color Harmonies of #C6D9BC
Complementary color
Monochromatic Colors of #C6D9BC
Black with #C6D9BC
Text Example
Text Example
White with #C6D9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D9BC; }
p { color: rgb(198,217,188); }
H1.HeaderClassName
{
color: #C6D9BC;
}
.AnyTagClassName
{
color: #C6D9BC;
}
</style>
background-color css
<style>
a { background-color: #C6D9BC; }
a { background-color: rgb(198,217,188); }
div.DivClassName
{
background-color: #C6D9BC;
}
.BgClassName
{
background-color: #C6D9BC;
}
</style>
border-color css
<style>
span { border-color: #C6D9BC; }
span { border-color: rgb(198,217,188); }
td.TdClassName
{
border-color: #C6D9BC;
}
.TagClassName
{
border-color: #C6D9BC;
}
</style>