Shades of Surf Crest #C1DCB5
Tints of Surf Crest #C1DCB5
RGB
CMYK
RGB Variations
Color information
#C1DCB5 (or 0xC1DCB5) is known color: Surf Crest. HEX triplet: C1, DC and B5. RGB value is (193,220,181). Sum of RGB (Red+Green+Blue) = 193+220+181=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCB5 is #3E234A. Grayscale: #CFCFCF. Windows color (decimal): -4072267 or 11918529. OLE color: 11918529.
HSL color Cylindrical-coordinate representation of color #C1DCB5: hue angle of 101.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1DCB5 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 181 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.14 |
| HSL | 101.54º | 0.36% | 0.79% | - |
| HSV(B) | 101.54º | 0.18% | 0.86% | - |
| XYZ | 55.93 | 65.86 | 53.48 | - |
| YUV | 207.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 181 | 0.12 | 0 | 0.18 | 0.14 | 101.54 | 0.36 | 0.79 |
| Hex | C1 | DC | B5 | C | 0 | 12 | E | 66 | 24 | 4F |
| Octal | 301 | 334 | 265 | 14 | 0 | 22 | 16 | 146 | 44 | 117 |
| Binary | 11000001 | 11011100 | 10110101 | 1100 | 0 | 10010 | 1110 | 1100110 | 100100 | 1001111 |
Color Harmonies of #C1DCB5
Complementary color
Monochromatic Colors of #C1DCB5
Black with #C1DCB5
Text Example
Text Example
White with #C1DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCB5; }
p { color: rgb(193,220,181); }
H1.HeaderClassName
{
color: #C1DCB5;
}
.AnyTagClassName
{
color: #C1DCB5;
}
</style>
background-color css
<style>
a { background-color: #C1DCB5; }
a { background-color: rgb(193,220,181); }
div.DivClassName
{
background-color: #C1DCB5;
}
.BgClassName
{
background-color: #C1DCB5;
}
</style>
border-color css
<style>
span { border-color: #C1DCB5; }
span { border-color: rgb(193,220,181); }
td.TdClassName
{
border-color: #C1DCB5;
}
.TagClassName
{
border-color: #C1DCB5;
}
</style>