Shades of Surf Crest #C1D5BB
Tints of Surf Crest #C1D5BB
RGB
CMYK
RGB Variations
Color information
#C1D5BB (or 0xC1D5BB) is known color: Surf Crest. HEX triplet: C1, D5 and BB. RGB value is (193,213,187). Sum of RGB (Red+Green+Blue) = 193+213+187=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D5BB is #3E2A44. Grayscale: #CCCCCC. Windows color (decimal): -4074053 or 12309953. OLE color: 12309953.
HSL color Cylindrical-coordinate representation of color #C1D5BB: hue angle of 106.15º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1D5BB is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 187 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.16 |
| HSL | 106.15º | 0.24% | 0.78% | - |
| HSV(B) | 106.15º | 0.12% | 0.84% | - |
| XYZ | 54.76 | 62.51 | 56.19 | - |
| YUV | 204.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 187 | 0.09 | 0 | 0.12 | 0.16 | 106.15 | 0.24 | 0.78 |
| Hex | C1 | D5 | BB | 9 | 0 | C | 10 | 6A | 18 | 4E |
| Octal | 301 | 325 | 273 | 11 | 0 | 14 | 20 | 152 | 30 | 116 |
| Binary | 11000001 | 11010101 | 10111011 | 1001 | 0 | 1100 | 10000 | 1101010 | 11000 | 1001110 |
Color Harmonies of #C1D5BB
Complementary color
Monochromatic Colors of #C1D5BB
Black with #C1D5BB
Text Example
Text Example
White with #C1D5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D5BB; }
p { color: rgb(193,213,187); }
H1.HeaderClassName
{
color: #C1D5BB;
}
.AnyTagClassName
{
color: #C1D5BB;
}
</style>
background-color css
<style>
a { background-color: #C1D5BB; }
a { background-color: rgb(193,213,187); }
div.DivClassName
{
background-color: #C1D5BB;
}
.BgClassName
{
background-color: #C1D5BB;
}
</style>
border-color css
<style>
span { border-color: #C1D5BB; }
span { border-color: rgb(193,213,187); }
td.TdClassName
{
border-color: #C1D5BB;
}
.TagClassName
{
border-color: #C1D5BB;
}
</style>