Shades of Surf Crest #C1D7BB
Tints of Surf Crest #C1D7BB
RGB
CMYK
RGB Variations
Color information
#C1D7BB (or 0xC1D7BB) is known color: Surf Crest. HEX triplet: C1, D7 and BB. RGB value is (193,215,187). Sum of RGB (Red+Green+Blue) = 193+215+187=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D7BB is #3E2844. Grayscale: #CDCDCD. Windows color (decimal): -4073541 or 12310465. OLE color: 12310465.
HSL color Cylindrical-coordinate representation of color #C1D7BB: hue angle of 107.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1D7BB is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 187 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.16 |
| HSL | 107.14º | 0.26% | 0.79% | - |
| HSV(B) | 107.14º | 0.13% | 0.84% | - |
| XYZ | 55.26 | 63.53 | 56.36 | - |
| YUV | 205.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 187 | 0.10 | 0 | 0.13 | 0.16 | 107.14 | 0.26 | 0.79 |
| Hex | C1 | D7 | BB | A | 0 | D | 10 | 6B | 1A | 4F |
| Octal | 301 | 327 | 273 | 12 | 0 | 15 | 20 | 153 | 32 | 117 |
| Binary | 11000001 | 11010111 | 10111011 | 1010 | 0 | 1101 | 10000 | 1101011 | 11010 | 1001111 |
Color Harmonies of #C1D7BB
Complementary color
Monochromatic Colors of #C1D7BB
Black with #C1D7BB
Text Example
Text Example
White with #C1D7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D7BB; }
p { color: rgb(193,215,187); }
H1.HeaderClassName
{
color: #C1D7BB;
}
.AnyTagClassName
{
color: #C1D7BB;
}
</style>
background-color css
<style>
a { background-color: #C1D7BB; }
a { background-color: rgb(193,215,187); }
div.DivClassName
{
background-color: #C1D7BB;
}
.BgClassName
{
background-color: #C1D7BB;
}
</style>
border-color css
<style>
span { border-color: #C1D7BB; }
span { border-color: rgb(193,215,187); }
td.TdClassName
{
border-color: #C1D7BB;
}
.TagClassName
{
border-color: #C1D7BB;
}
</style>