Shades of Surf Crest #C2D4BC
Tints of Surf Crest #C2D4BC
RGB
CMYK
RGB Variations
Color information
#C2D4BC (or 0xC2D4BC) is known color: Surf Crest. HEX triplet: C2, D4 and BC. RGB value is (194,212,188). Sum of RGB (Red+Green+Blue) = 194+212+188=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D4BC is #3D2B43. Grayscale: #CBCBCB. Windows color (decimal): -4008772 or 12375234. OLE color: 12375234.
HSL color Cylindrical-coordinate representation of color #C2D4BC: hue angle of 105º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D4BC is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 188 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.17 |
| HSL | 105º | 0.22% | 0.78% | - |
| HSV(B) | 105º | 0.11% | 0.83% | - |
| XYZ | 54.87 | 62.19 | 56.69 | - |
| YUV | 203.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 188 | 0.08 | 0 | 0.11 | 0.17 | 105 | 0.22 | 0.78 |
| Hex | C2 | D4 | BC | 8 | 0 | B | 11 | 69 | 16 | 4E |
| Octal | 302 | 324 | 274 | 10 | 0 | 13 | 21 | 151 | 26 | 116 |
| Binary | 11000010 | 11010100 | 10111100 | 1000 | 0 | 1011 | 10001 | 1101001 | 10110 | 1001110 |
Color Harmonies of #C2D4BC
Complementary color
Monochromatic Colors of #C2D4BC
Black with #C2D4BC
Text Example
Text Example
White with #C2D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D4BC; }
p { color: rgb(194,212,188); }
H1.HeaderClassName
{
color: #C2D4BC;
}
.AnyTagClassName
{
color: #C2D4BC;
}
</style>
background-color css
<style>
a { background-color: #C2D4BC; }
a { background-color: rgb(194,212,188); }
div.DivClassName
{
background-color: #C2D4BC;
}
.BgClassName
{
background-color: #C2D4BC;
}
</style>
border-color css
<style>
span { border-color: #C2D4BC; }
span { border-color: rgb(194,212,188); }
td.TdClassName
{
border-color: #C2D4BC;
}
.TagClassName
{
border-color: #C2D4BC;
}
</style>