Shades of Surf Crest #C2CEBB
Tints of Surf Crest #C2CEBB
RGB
CMYK
RGB Variations
Color information
#C2CEBB (or 0xC2CEBB) is known color: Surf Crest. HEX triplet: C2, CE and BB. RGB value is (194,206,187). Sum of RGB (Red+Green+Blue) = 194+206+187=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEBB is #3D3144. Grayscale: #C8C8C8. Windows color (decimal): -4010309 or 12308162. OLE color: 12308162.
HSL color Cylindrical-coordinate representation of color #C2CEBB: hue angle of 97.89º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2CEBB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 187 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.19 |
| HSL | 97.89º | 0.16% | 0.77% | - |
| HSV(B) | 97.89º | 0.09% | 0.81% | - |
| XYZ | 53.29 | 59.2 | 55.63 | - |
| YUV | 200.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 187 | 0.06 | 0 | 0.09 | 0.19 | 97.89 | 0.16 | 0.77 |
| Hex | C2 | CE | BB | 6 | 0 | 9 | 13 | 62 | 10 | 4D |
| Octal | 302 | 316 | 273 | 6 | 0 | 11 | 23 | 142 | 20 | 115 |
| Binary | 11000010 | 11001110 | 10111011 | 110 | 0 | 1001 | 10011 | 1100010 | 10000 | 1001101 |
Color Harmonies of #C2CEBB
Complementary color
Monochromatic Colors of #C2CEBB
Black with #C2CEBB
Text Example
Text Example
White with #C2CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEBB; }
p { color: rgb(194,206,187); }
H1.HeaderClassName
{
color: #C2CEBB;
}
.AnyTagClassName
{
color: #C2CEBB;
}
</style>
background-color css
<style>
a { background-color: #C2CEBB; }
a { background-color: rgb(194,206,187); }
div.DivClassName
{
background-color: #C2CEBB;
}
.BgClassName
{
background-color: #C2CEBB;
}
</style>
border-color css
<style>
span { border-color: #C2CEBB; }
span { border-color: rgb(194,206,187); }
td.TdClassName
{
border-color: #C2CEBB;
}
.TagClassName
{
border-color: #C2CEBB;
}
</style>