Shades of Surf Crest #C1D8B1
Tints of Surf Crest #C1D8B1
RGB
CMYK
RGB Variations
Color information
#C1D8B1 (or 0xC1D8B1) is known color: Surf Crest. HEX triplet: C1, D8 and B1. RGB value is (193,216,177). Sum of RGB (Red+Green+Blue) = 193+216+177=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D8B1 is #3E274E. Grayscale: #CCCCCC. Windows color (decimal): -4073295 or 11655361. OLE color: 11655361.
HSL color Cylindrical-coordinate representation of color #C1D8B1: hue angle of 95.38º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1D8B1 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 177 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.15 |
| HSL | 95.38º | 0.33% | 0.77% | - |
| HSV(B) | 95.38º | 0.18% | 0.85% | - |
| XYZ | 54.48 | 63.62 | 51 | - |
| YUV | 204.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 177 | 0.11 | 0 | 0.18 | 0.15 | 95.38 | 0.33 | 0.77 |
| Hex | C1 | D8 | B1 | B | 0 | 12 | F | 5F | 21 | 4D |
| Octal | 301 | 330 | 261 | 13 | 0 | 22 | 17 | 137 | 41 | 115 |
| Binary | 11000001 | 11011000 | 10110001 | 1011 | 0 | 10010 | 1111 | 1011111 | 100001 | 1001101 |
Color Harmonies of #C1D8B1
Complementary color
Monochromatic Colors of #C1D8B1
Black with #C1D8B1
Text Example
Text Example
White with #C1D8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D8B1; }
p { color: rgb(193,216,177); }
H1.HeaderClassName
{
color: #C1D8B1;
}
.AnyTagClassName
{
color: #C1D8B1;
}
</style>
background-color css
<style>
a { background-color: #C1D8B1; }
a { background-color: rgb(193,216,177); }
div.DivClassName
{
background-color: #C1D8B1;
}
.BgClassName
{
background-color: #C1D8B1;
}
</style>
border-color css
<style>
span { border-color: #C1D8B1; }
span { border-color: rgb(193,216,177); }
td.TdClassName
{
border-color: #C1D8B1;
}
.TagClassName
{
border-color: #C1D8B1;
}
</style>