Shades of Surf Crest #C1D1B7
Tints of Surf Crest #C1D1B7
RGB
CMYK
RGB Variations
Color information
#C1D1B7 (or 0xC1D1B7) is known color: Surf Crest. HEX triplet: C1, D1 and B7. RGB value is (193,209,183). Sum of RGB (Red+Green+Blue) = 193+209+183=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D1B7 is #3E2E48. Grayscale: #C9C9C9. Windows color (decimal): -4075081 or 12046785. OLE color: 12046785.
HSL color Cylindrical-coordinate representation of color #C1D1B7: hue angle of 96.92º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1D1B7 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 209 | 183 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.18 |
| HSL | 96.92º | 0.22% | 0.77% | - |
| HSV(B) | 96.92º | 0.12% | 0.82% | - |
| XYZ | 53.34 | 60.36 | 53.64 | - |
| YUV | 201.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 183 | 0.08 | 0 | 0.12 | 0.18 | 96.92 | 0.22 | 0.77 |
| Hex | C1 | D1 | B7 | 8 | 0 | C | 12 | 61 | 16 | 4D |
| Octal | 301 | 321 | 267 | 10 | 0 | 14 | 22 | 141 | 26 | 115 |
| Binary | 11000001 | 11010001 | 10110111 | 1000 | 0 | 1100 | 10010 | 1100001 | 10110 | 1001101 |
Color Harmonies of #C1D1B7
Complementary color
Monochromatic Colors of #C1D1B7
Black with #C1D1B7
Text Example
Text Example
White with #C1D1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D1B7; }
p { color: rgb(193,209,183); }
H1.HeaderClassName
{
color: #C1D1B7;
}
.AnyTagClassName
{
color: #C1D1B7;
}
</style>
background-color css
<style>
a { background-color: #C1D1B7; }
a { background-color: rgb(193,209,183); }
div.DivClassName
{
background-color: #C1D1B7;
}
.BgClassName
{
background-color: #C1D1B7;
}
</style>
border-color css
<style>
span { border-color: #C1D1B7; }
span { border-color: rgb(193,209,183); }
td.TdClassName
{
border-color: #C1D1B7;
}
.TagClassName
{
border-color: #C1D1B7;
}
</style>