Shades of Surf Crest #C2D6BA
Tints of Surf Crest #C2D6BA
RGB
CMYK
RGB Variations
Color information
#C2D6BA (or 0xC2D6BA) is known color: Surf Crest. HEX triplet: C2, D6 and BA. RGB value is (194,214,186). Sum of RGB (Red+Green+Blue) = 194+214+186=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6BA is #3D2945. Grayscale: #CCCCCC. Windows color (decimal): -4008262 or 12244674. OLE color: 12244674.
HSL color Cylindrical-coordinate representation of color #C2D6BA: hue angle of 102.86º 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 #C2D6BA is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 186 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.16 |
| HSL | 102.86º | 0.25% | 0.78% | - |
| HSV(B) | 102.86º | 0.13% | 0.84% | - |
| XYZ | 55.16 | 63.11 | 55.73 | - |
| YUV | 204.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 186 | 0.09 | 0 | 0.13 | 0.16 | 102.86 | 0.25 | 0.78 |
| Hex | C2 | D6 | BA | 9 | 0 | D | 10 | 67 | 19 | 4E |
| Octal | 302 | 326 | 272 | 11 | 0 | 15 | 20 | 147 | 31 | 116 |
| Binary | 11000010 | 11010110 | 10111010 | 1001 | 0 | 1101 | 10000 | 1100111 | 11001 | 1001110 |
Color Harmonies of #C2D6BA
Complementary color
Monochromatic Colors of #C2D6BA
Black with #C2D6BA
Text Example
Text Example
White with #C2D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D6BA; }
p { color: rgb(194,214,186); }
H1.HeaderClassName
{
color: #C2D6BA;
}
.AnyTagClassName
{
color: #C2D6BA;
}
</style>
background-color css
<style>
a { background-color: #C2D6BA; }
a { background-color: rgb(194,214,186); }
div.DivClassName
{
background-color: #C2D6BA;
}
.BgClassName
{
background-color: #C2D6BA;
}
</style>
border-color css
<style>
span { border-color: #C2D6BA; }
span { border-color: rgb(194,214,186); }
td.TdClassName
{
border-color: #C2D6BA;
}
.TagClassName
{
border-color: #C2D6BA;
}
</style>