Shades of Surf Crest #C6D3BE
Tints of Surf Crest #C6D3BE
RGB
CMYK
RGB Variations
Color information
#C6D3BE (or 0xC6D3BE) is known color: Surf Crest. HEX triplet: C6, D3 and BE. RGB value is (198,211,190). Sum of RGB (Red+Green+Blue) = 198+211+190=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D3BE is #392C41. Grayscale: #CCCCCC. Windows color (decimal): -3746882 or 12506054. OLE color: 12506054.
HSL color Cylindrical-coordinate representation of color #C6D3BE: hue angle of 97.14º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6D3BE is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 211 | 190 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.17 |
| HSL | 97.14º | 0.19% | 0.79% | - |
| HSV(B) | 97.14º | 0.1% | 0.83% | - |
| XYZ | 55.88 | 62.31 | 57.8 | - |
| YUV | 204.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 211 | 190 | 0.06 | 0 | 0.10 | 0.17 | 97.14 | 0.19 | 0.79 |
| Hex | C6 | D3 | BE | 6 | 0 | A | 11 | 61 | 13 | 4F |
| Octal | 306 | 323 | 276 | 6 | 0 | 12 | 21 | 141 | 23 | 117 |
| Binary | 11000110 | 11010011 | 10111110 | 110 | 0 | 1010 | 10001 | 1100001 | 10011 | 1001111 |
Color Harmonies of #C6D3BE
Complementary color
Monochromatic Colors of #C6D3BE
Black with #C6D3BE
Text Example
Text Example
White with #C6D3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D3BE; }
p { color: rgb(198,211,190); }
H1.HeaderClassName
{
color: #C6D3BE;
}
.AnyTagClassName
{
color: #C6D3BE;
}
</style>
background-color css
<style>
a { background-color: #C6D3BE; }
a { background-color: rgb(198,211,190); }
div.DivClassName
{
background-color: #C6D3BE;
}
.BgClassName
{
background-color: #C6D3BE;
}
</style>
border-color css
<style>
span { border-color: #C6D3BE; }
span { border-color: rgb(198,211,190); }
td.TdClassName
{
border-color: #C6D3BE;
}
.TagClassName
{
border-color: #C6D3BE;
}
</style>