Shades of Surf Crest #C6DBBA
Tints of Surf Crest #C6DBBA
RGB
CMYK
RGB Variations
Color information
#C6DBBA (or 0xC6DBBA) is known color: Surf Crest. HEX triplet: C6, DB and BA. RGB value is (198,219,186). Sum of RGB (Red+Green+Blue) = 198+219+186=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBBA is #392445. Grayscale: #D1D1D1. Windows color (decimal): -3744838 or 12245958. OLE color: 12245958.
HSL color Cylindrical-coordinate representation of color #C6DBBA: hue angle of 98.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6DBBA is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 186 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.14 |
| HSL | 98.18º | 0.31% | 0.79% | - |
| HSV(B) | 98.18º | 0.15% | 0.86% | - |
| XYZ | 57.48 | 66.21 | 56.21 | - |
| YUV | 208.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 186 | 0.10 | 0 | 0.15 | 0.14 | 98.18 | 0.31 | 0.79 |
| Hex | C6 | DB | BA | A | 0 | F | E | 62 | 1F | 4F |
| Octal | 306 | 333 | 272 | 12 | 0 | 17 | 16 | 142 | 37 | 117 |
| Binary | 11000110 | 11011011 | 10111010 | 1010 | 0 | 1111 | 1110 | 1100010 | 11111 | 1001111 |
Color Harmonies of #C6DBBA
Complementary color
Monochromatic Colors of #C6DBBA
Black with #C6DBBA
Text Example
Text Example
White with #C6DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBBA; }
p { color: rgb(198,219,186); }
H1.HeaderClassName
{
color: #C6DBBA;
}
.AnyTagClassName
{
color: #C6DBBA;
}
</style>
background-color css
<style>
a { background-color: #C6DBBA; }
a { background-color: rgb(198,219,186); }
div.DivClassName
{
background-color: #C6DBBA;
}
.BgClassName
{
background-color: #C6DBBA;
}
</style>
border-color css
<style>
span { border-color: #C6DBBA; }
span { border-color: rgb(198,219,186); }
td.TdClassName
{
border-color: #C6DBBA;
}
.TagClassName
{
border-color: #C6DBBA;
}
</style>