Shades of Surf Crest #C6D4BD
Tints of Surf Crest #C6D4BD
RGB
CMYK
RGB Variations
Color information
#C6D4BD (or 0xC6D4BD) is known color: Surf Crest. HEX triplet: C6, D4 and BD. RGB value is (198,212,189). Sum of RGB (Red+Green+Blue) = 198+212+189=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4BD is #392B42. Grayscale: #CDCDCD. Windows color (decimal): -3746627 or 12440774. OLE color: 12440774.
HSL color Cylindrical-coordinate representation of color #C6D4BD: hue angle of 96.52º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6D4BD is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 212 | 189 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.17 |
| HSL | 96.52º | 0.21% | 0.79% | - |
| HSV(B) | 96.52º | 0.11% | 0.83% | - |
| XYZ | 56.02 | 62.77 | 57.31 | - |
| YUV | 205.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 212 | 189 | 0.07 | 0 | 0.11 | 0.17 | 96.52 | 0.21 | 0.79 |
| Hex | C6 | D4 | BD | 7 | 0 | B | 11 | 61 | 15 | 4F |
| Octal | 306 | 324 | 275 | 7 | 0 | 13 | 21 | 141 | 25 | 117 |
| Binary | 11000110 | 11010100 | 10111101 | 111 | 0 | 1011 | 10001 | 1100001 | 10101 | 1001111 |
Color Harmonies of #C6D4BD
Complementary color
Monochromatic Colors of #C6D4BD
Black with #C6D4BD
Text Example
Text Example
White with #C6D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D4BD; }
p { color: rgb(198,212,189); }
H1.HeaderClassName
{
color: #C6D4BD;
}
.AnyTagClassName
{
color: #C6D4BD;
}
</style>
background-color css
<style>
a { background-color: #C6D4BD; }
a { background-color: rgb(198,212,189); }
div.DivClassName
{
background-color: #C6D4BD;
}
.BgClassName
{
background-color: #C6D4BD;
}
</style>
border-color css
<style>
span { border-color: #C6D4BD; }
span { border-color: rgb(198,212,189); }
td.TdClassName
{
border-color: #C6D4BD;
}
.TagClassName
{
border-color: #C6D4BD;
}
</style>