Shades of Surf Crest #C6D2BB
Tints of Surf Crest #C6D2BB
RGB
CMYK
RGB Variations
Color information
#C6D2BB (or 0xC6D2BB) is known color: Surf Crest. HEX triplet: C6, D2 and BB. RGB value is (198,210,187). Sum of RGB (Red+Green+Blue) = 198+210+187=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2BB is #392D44. Grayscale: #CBCBCB. Windows color (decimal): -3747141 or 12309190. OLE color: 12309190.
HSL color Cylindrical-coordinate representation of color #C6D2BB: hue angle of 91.3º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6D2BB is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 187 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.18 |
| HSL | 91.3º | 0.2% | 0.78% | - |
| HSV(B) | 91.3º | 0.11% | 0.82% | - |
| XYZ | 55.3 | 61.69 | 56.01 | - |
| YUV | 203.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 187 | 0.06 | 0 | 0.11 | 0.18 | 91.3 | 0.2 | 0.78 |
| Hex | C6 | D2 | BB | 6 | 0 | B | 12 | 5B | 14 | 4E |
| Octal | 306 | 322 | 273 | 6 | 0 | 13 | 22 | 133 | 24 | 116 |
| Binary | 11000110 | 11010010 | 10111011 | 110 | 0 | 1011 | 10010 | 1011011 | 10100 | 1001110 |
Color Harmonies of #C6D2BB
Complementary color
Monochromatic Colors of #C6D2BB
Black with #C6D2BB
Text Example
Text Example
White with #C6D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D2BB; }
p { color: rgb(198,210,187); }
H1.HeaderClassName
{
color: #C6D2BB;
}
.AnyTagClassName
{
color: #C6D2BB;
}
</style>
background-color css
<style>
a { background-color: #C6D2BB; }
a { background-color: rgb(198,210,187); }
div.DivClassName
{
background-color: #C6D2BB;
}
.BgClassName
{
background-color: #C6D2BB;
}
</style>
border-color css
<style>
span { border-color: #C6D2BB; }
span { border-color: rgb(198,210,187); }
td.TdClassName
{
border-color: #C6D2BB;
}
.TagClassName
{
border-color: #C6D2BB;
}
</style>