Shades of Surf Crest #C2D1BC
Tints of Surf Crest #C2D1BC
RGB
CMYK
RGB Variations
Color information
#C2D1BC (or 0xC2D1BC) is known color: Surf Crest. HEX triplet: C2, D1 and BC. RGB value is (194,209,188). Sum of RGB (Red+Green+Blue) = 194+209+188=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D1BC is #3D2E43. Grayscale: #CACACA. Windows color (decimal): -4009540 or 12374466. OLE color: 12374466.
HSL color Cylindrical-coordinate representation of color #C2D1BC: hue angle of 102.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D1BC is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 188 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.18 |
| HSL | 102.86º | 0.19% | 0.78% | - |
| HSV(B) | 102.86º | 0.1% | 0.82% | - |
| XYZ | 54.13 | 60.7 | 56.44 | - |
| YUV | 202.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 188 | 0.07 | 0 | 0.10 | 0.18 | 102.86 | 0.19 | 0.78 |
| Hex | C2 | D1 | BC | 7 | 0 | A | 12 | 67 | 13 | 4E |
| Octal | 302 | 321 | 274 | 7 | 0 | 12 | 22 | 147 | 23 | 116 |
| Binary | 11000010 | 11010001 | 10111100 | 111 | 0 | 1010 | 10010 | 1100111 | 10011 | 1001110 |
Color Harmonies of #C2D1BC
Complementary color
Monochromatic Colors of #C2D1BC
Black with #C2D1BC
Text Example
Text Example
White with #C2D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D1BC; }
p { color: rgb(194,209,188); }
H1.HeaderClassName
{
color: #C2D1BC;
}
.AnyTagClassName
{
color: #C2D1BC;
}
</style>
background-color css
<style>
a { background-color: #C2D1BC; }
a { background-color: rgb(194,209,188); }
div.DivClassName
{
background-color: #C2D1BC;
}
.BgClassName
{
background-color: #C2D1BC;
}
</style>
border-color css
<style>
span { border-color: #C2D1BC; }
span { border-color: rgb(194,209,188); }
td.TdClassName
{
border-color: #C2D1BC;
}
.TagClassName
{
border-color: #C2D1BC;
}
</style>