Shades of Surf Crest #C2CDBF
Tints of Surf Crest #C2CDBF
RGB
CMYK
RGB Variations
Color information
#C2CDBF (or 0xC2CDBF) is known color: Surf Crest. HEX triplet: C2, CD and BF. RGB value is (194,205,191). Sum of RGB (Red+Green+Blue) = 194+205+191=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDBF is #3D3240. Grayscale: #C8C8C8. Windows color (decimal): -4010561 or 12570050. OLE color: 12570050.
HSL color Cylindrical-coordinate representation of color #C2CDBF: hue angle of 107.14º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2CDBF is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 191 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.20 |
| HSL | 107.14º | 0.12% | 0.78% | - |
| HSV(B) | 107.14º | 0.07% | 0.8% | - |
| XYZ | 53.48 | 58.89 | 57.84 | - |
| YUV | 200.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 191 | 0.05 | 0 | 0.07 | 0.20 | 107.14 | 0.12 | 0.78 |
| Hex | C2 | CD | BF | 5 | 0 | 7 | 14 | 6B | C | 4E |
| Octal | 302 | 315 | 277 | 5 | 0 | 7 | 24 | 153 | 14 | 116 |
| Binary | 11000010 | 11001101 | 10111111 | 101 | 0 | 111 | 10100 | 1101011 | 1100 | 1001110 |
Color Harmonies of #C2CDBF
Complementary color
Monochromatic Colors of #C2CDBF
Black with #C2CDBF
Text Example
Text Example
White with #C2CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDBF; }
p { color: rgb(194,205,191); }
H1.HeaderClassName
{
color: #C2CDBF;
}
.AnyTagClassName
{
color: #C2CDBF;
}
</style>
background-color css
<style>
a { background-color: #C2CDBF; }
a { background-color: rgb(194,205,191); }
div.DivClassName
{
background-color: #C2CDBF;
}
.BgClassName
{
background-color: #C2CDBF;
}
</style>
border-color css
<style>
span { border-color: #C2CDBF; }
span { border-color: rgb(194,205,191); }
td.TdClassName
{
border-color: #C2CDBF;
}
.TagClassName
{
border-color: #C2CDBF;
}
</style>