Shades of Surf Crest #C1D7BF
Tints of Surf Crest #C1D7BF
RGB
CMYK
RGB Variations
Color information
#C1D7BF (or 0xC1D7BF) is known color: Surf Crest. HEX triplet: C1, D7 and BF. RGB value is (193,215,191). Sum of RGB (Red+Green+Blue) = 193+215+191=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D7BF is #3E2840. Grayscale: #CDCDCD. Windows color (decimal): -4073537 or 12572609. OLE color: 12572609.
HSL color Cylindrical-coordinate representation of color #C1D7BF: hue angle of 115º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D7BF is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 191 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.16 |
| HSL | 115º | 0.23% | 0.8% | - |
| HSV(B) | 115º | 0.11% | 0.84% | - |
| XYZ | 55.7 | 63.7 | 58.65 | - |
| YUV | 205.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 191 | 0.10 | 0 | 0.11 | 0.16 | 115 | 0.23 | 0.8 |
| Hex | C1 | D7 | BF | A | 0 | B | 10 | 73 | 17 | 50 |
| Octal | 301 | 327 | 277 | 12 | 0 | 13 | 20 | 163 | 27 | 120 |
| Binary | 11000001 | 11010111 | 10111111 | 1010 | 0 | 1011 | 10000 | 1110011 | 10111 | 1010000 |
Color Harmonies of #C1D7BF
Complementary color
Monochromatic Colors of #C1D7BF
Black with #C1D7BF
Text Example
Text Example
White with #C1D7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D7BF; }
p { color: rgb(193,215,191); }
H1.HeaderClassName
{
color: #C1D7BF;
}
.AnyTagClassName
{
color: #C1D7BF;
}
</style>
background-color css
<style>
a { background-color: #C1D7BF; }
a { background-color: rgb(193,215,191); }
div.DivClassName
{
background-color: #C1D7BF;
}
.BgClassName
{
background-color: #C1D7BF;
}
</style>
border-color css
<style>
span { border-color: #C1D7BF; }
span { border-color: rgb(193,215,191); }
td.TdClassName
{
border-color: #C1D7BF;
}
.TagClassName
{
border-color: #C1D7BF;
}
</style>