Shades of Surf Crest #C1D3BD
Tints of Surf Crest #C1D3BD
RGB
CMYK
RGB Variations
Color information
#C1D3BD (or 0xC1D3BD) is known color: Surf Crest. HEX triplet: C1, D3 and BD. RGB value is (193,211,189). Sum of RGB (Red+Green+Blue) = 193+211+189=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D3BD is #3E2C42. Grayscale: #CBCBCB. Windows color (decimal): -4074563 or 12440513. OLE color: 12440513.
HSL color Cylindrical-coordinate representation of color #C1D3BD: hue angle of 109.09º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1D3BD is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 211 | 189 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.17 |
| HSL | 109.09º | 0.2% | 0.78% | - |
| HSV(B) | 109.09º | 0.1% | 0.83% | - |
| XYZ | 54.47 | 61.6 | 57.16 | - |
| YUV | 203.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 211 | 189 | 0.09 | 0 | 0.10 | 0.17 | 109.09 | 0.2 | 0.78 |
| Hex | C1 | D3 | BD | 9 | 0 | A | 11 | 6D | 14 | 4E |
| Octal | 301 | 323 | 275 | 11 | 0 | 12 | 21 | 155 | 24 | 116 |
| Binary | 11000001 | 11010011 | 10111101 | 1001 | 0 | 1010 | 10001 | 1101101 | 10100 | 1001110 |
Color Harmonies of #C1D3BD
Complementary color
Monochromatic Colors of #C1D3BD
Black with #C1D3BD
Text Example
Text Example
White with #C1D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D3BD; }
p { color: rgb(193,211,189); }
H1.HeaderClassName
{
color: #C1D3BD;
}
.AnyTagClassName
{
color: #C1D3BD;
}
</style>
background-color css
<style>
a { background-color: #C1D3BD; }
a { background-color: rgb(193,211,189); }
div.DivClassName
{
background-color: #C1D3BD;
}
.BgClassName
{
background-color: #C1D3BD;
}
</style>
border-color css
<style>
span { border-color: #C1D3BD; }
span { border-color: rgb(193,211,189); }
td.TdClassName
{
border-color: #C1D3BD;
}
.TagClassName
{
border-color: #C1D3BD;
}
</style>