Shades of Surf Crest #C2CDBC
Tints of Surf Crest #C2CDBC
RGB
CMYK
RGB Variations
Color information
#C2CDBC (or 0xC2CDBC) is known color: Surf Crest. HEX triplet: C2, CD and BC. RGB value is (194,205,188). Sum of RGB (Red+Green+Blue) = 194+205+188=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDBC is #3D3243. Grayscale: #C7C7C7. Windows color (decimal): -4010564 or 12373442. OLE color: 12373442.
HSL color Cylindrical-coordinate representation of color #C2CDBC: hue angle of 98.82º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2CDBC is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 188 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.20 |
| HSL | 98.82º | 0.15% | 0.77% | - |
| HSV(B) | 98.82º | 0.08% | 0.8% | - |
| XYZ | 53.16 | 58.76 | 56.12 | - |
| YUV | 199.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 188 | 0.05 | 0 | 0.08 | 0.20 | 98.82 | 0.15 | 0.77 |
| Hex | C2 | CD | BC | 5 | 0 | 8 | 14 | 63 | F | 4D |
| Octal | 302 | 315 | 274 | 5 | 0 | 10 | 24 | 143 | 17 | 115 |
| Binary | 11000010 | 11001101 | 10111100 | 101 | 0 | 1000 | 10100 | 1100011 | 1111 | 1001101 |
Color Harmonies of #C2CDBC
Complementary color
Monochromatic Colors of #C2CDBC
Black with #C2CDBC
Text Example
Text Example
White with #C2CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDBC; }
p { color: rgb(194,205,188); }
H1.HeaderClassName
{
color: #C2CDBC;
}
.AnyTagClassName
{
color: #C2CDBC;
}
</style>
background-color css
<style>
a { background-color: #C2CDBC; }
a { background-color: rgb(194,205,188); }
div.DivClassName
{
background-color: #C2CDBC;
}
.BgClassName
{
background-color: #C2CDBC;
}
</style>
border-color css
<style>
span { border-color: #C2CDBC; }
span { border-color: rgb(194,205,188); }
td.TdClassName
{
border-color: #C2CDBC;
}
.TagClassName
{
border-color: #C2CDBC;
}
</style>