Shades of Surf Crest #C1DCBC
Tints of Surf Crest #C1DCBC
RGB
CMYK
RGB Variations
Color information
#C1DCBC (or 0xC1DCBC) is known color: Surf Crest. HEX triplet: C1, DC and BC. RGB value is (193,220,188). Sum of RGB (Red+Green+Blue) = 193+220+188=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCBC is #3E2343. Grayscale: #D0D0D0. Windows color (decimal): -4072260 or 12377281. OLE color: 12377281.
HSL color Cylindrical-coordinate representation of color #C1DCBC: hue angle of 110.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1DCBC is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 188 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.14 |
| HSL | 110.63º | 0.31% | 0.8% | - |
| HSV(B) | 110.63º | 0.15% | 0.86% | - |
| XYZ | 56.66 | 66.15 | 57.36 | - |
| YUV | 208.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 188 | 0.12 | 0 | 0.15 | 0.14 | 110.63 | 0.31 | 0.8 |
| Hex | C1 | DC | BC | C | 0 | F | E | 6F | 1F | 50 |
| Octal | 301 | 334 | 274 | 14 | 0 | 17 | 16 | 157 | 37 | 120 |
| Binary | 11000001 | 11011100 | 10111100 | 1100 | 0 | 1111 | 1110 | 1101111 | 11111 | 1010000 |
Color Harmonies of #C1DCBC
Complementary color
Monochromatic Colors of #C1DCBC
Black with #C1DCBC
Text Example
Text Example
White with #C1DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCBC; }
p { color: rgb(193,220,188); }
H1.HeaderClassName
{
color: #C1DCBC;
}
.AnyTagClassName
{
color: #C1DCBC;
}
</style>
background-color css
<style>
a { background-color: #C1DCBC; }
a { background-color: rgb(193,220,188); }
div.DivClassName
{
background-color: #C1DCBC;
}
.BgClassName
{
background-color: #C1DCBC;
}
</style>
border-color css
<style>
span { border-color: #C1DCBC; }
span { border-color: rgb(193,220,188); }
td.TdClassName
{
border-color: #C1DCBC;
}
.TagClassName
{
border-color: #C1DCBC;
}
</style>