Shades of Surf Crest #C6D5B9
Tints of Surf Crest #C6D5B9
RGB
CMYK
RGB Variations
Color information
#C6D5B9 (or 0xC6D5B9) is known color: Surf Crest. HEX triplet: C6, D5 and B9. RGB value is (198,213,185). Sum of RGB (Red+Green+Blue) = 198+213+185=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5B9 is #392A46. Grayscale: #CDCDCD. Windows color (decimal): -3746375 or 12178886. OLE color: 12178886.
HSL color Cylindrical-coordinate representation of color #C6D5B9: hue angle of 92.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6D5B9 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 185 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.16 |
| HSL | 92.14º | 0.25% | 0.78% | - |
| HSV(B) | 92.14º | 0.13% | 0.84% | - |
| XYZ | 55.84 | 63.1 | 55.13 | - |
| YUV | 205.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 185 | 0.07 | 0 | 0.13 | 0.16 | 92.14 | 0.25 | 0.78 |
| Hex | C6 | D5 | B9 | 7 | 0 | D | 10 | 5C | 19 | 4E |
| Octal | 306 | 325 | 271 | 7 | 0 | 15 | 20 | 134 | 31 | 116 |
| Binary | 11000110 | 11010101 | 10111001 | 111 | 0 | 1101 | 10000 | 1011100 | 11001 | 1001110 |
Color Harmonies of #C6D5B9
Complementary color
Monochromatic Colors of #C6D5B9
Black with #C6D5B9
Text Example
Text Example
White with #C6D5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D5B9; }
p { color: rgb(198,213,185); }
H1.HeaderClassName
{
color: #C6D5B9;
}
.AnyTagClassName
{
color: #C6D5B9;
}
</style>
background-color css
<style>
a { background-color: #C6D5B9; }
a { background-color: rgb(198,213,185); }
div.DivClassName
{
background-color: #C6D5B9;
}
.BgClassName
{
background-color: #C6D5B9;
}
</style>
border-color css
<style>
span { border-color: #C6D5B9; }
span { border-color: rgb(198,213,185); }
td.TdClassName
{
border-color: #C6D5B9;
}
.TagClassName
{
border-color: #C6D5B9;
}
</style>