Shades of Surf Crest #C1D3BC
Tints of Surf Crest #C1D3BC
RGB
CMYK
RGB Variations
Color information
#C1D3BC (or 0xC1D3BC) is known color: Surf Crest. HEX triplet: C1, D3 and BC. RGB value is (193,211,188). Sum of RGB (Red+Green+Blue) = 193+211+188=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D3BC is #3E2C43. Grayscale: #CBCBCB. Windows color (decimal): -4074564 or 12374977. OLE color: 12374977.
HSL color Cylindrical-coordinate representation of color #C1D3BC: hue angle of 106.96º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D3BC is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
RGB | 193 | 211 | 188 | - |
CMYK | 0.09 | 0 | 0.11 | 0.17 |
HSL | 106.96º | 0.21% | 0.78% | - |
HSV(B) | 106.96º | 0.11% | 0.83% | - |
XYZ | 54.36 | 61.56 | 56.59 | - |
YUV | 203 | 119.54 | 120.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 211 | 188 | 0.09 | 0 | 0.11 | 0.17 | 106.96 | 0.21 | 0.78 |
Hex | C1 | D3 | BC | 9 | 0 | B | 11 | 6B | 15 | 4E |
Octal | 301 | 323 | 274 | 11 | 0 | 13 | 21 | 153 | 25 | 116 |
Binary | 11000001 | 11010011 | 10111100 | 1001 | 0 | 1011 | 10001 | 1101011 | 10101 | 1001110 |
Color Harmonies of #C1D3BC
Complementary color
Monochromatic Colors of #C1D3BC
Black with #C1D3BC
Text Example
Text Example
White with #C1D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D3BC; }
p { color: rgb(193,211,188); }
H1.HeaderClassName
{
color: #C1D3BC;
}
.AnyTagClassName
{
color: #C1D3BC;
}
</style>
background-color css
<style>
a { background-color: #C1D3BC; }
a { background-color: rgb(193,211,188); }
div.DivClassName
{
background-color: #C1D3BC;
}
.BgClassName
{
background-color: #C1D3BC;
}
</style>
border-color css
<style>
span { border-color: #C1D3BC; }
span { border-color: rgb(193,211,188); }
td.TdClassName
{
border-color: #C1D3BC;
}
.TagClassName
{
border-color: #C1D3BC;
}
</style>