Shades of Surf Crest #C1D8B7
Tints of Surf Crest #C1D8B7
RGB
CMYK
RGB Variations
Color information
#C1D8B7 (or 0xC1D8B7) is known color: Surf Crest. HEX triplet: C1, D8 and B7. RGB value is (193,216,183). Sum of RGB (Red+Green+Blue) = 193+216+183=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D8B7 is #3E2748. Grayscale: #CDCDCD. Windows color (decimal): -4073289 or 12048577. OLE color: 12048577.
HSL color Cylindrical-coordinate representation of color #C1D8B7: hue angle of 101.82º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1D8B7 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 183 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.15 |
| HSL | 101.82º | 0.3% | 0.78% | - |
| HSV(B) | 101.82º | 0.15% | 0.85% | - |
| XYZ | 55.1 | 63.87 | 54.22 | - |
| YUV | 205.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 183 | 0.11 | 0 | 0.15 | 0.15 | 101.82 | 0.3 | 0.78 |
| Hex | C1 | D8 | B7 | B | 0 | F | F | 66 | 1E | 4E |
| Octal | 301 | 330 | 267 | 13 | 0 | 17 | 17 | 146 | 36 | 116 |
| Binary | 11000001 | 11011000 | 10110111 | 1011 | 0 | 1111 | 1111 | 1100110 | 11110 | 1001110 |
Color Harmonies of #C1D8B7
Complementary color
Monochromatic Colors of #C1D8B7
Black with #C1D8B7
Text Example
Text Example
White with #C1D8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D8B7; }
p { color: rgb(193,216,183); }
H1.HeaderClassName
{
color: #C1D8B7;
}
.AnyTagClassName
{
color: #C1D8B7;
}
</style>
background-color css
<style>
a { background-color: #C1D8B7; }
a { background-color: rgb(193,216,183); }
div.DivClassName
{
background-color: #C1D8B7;
}
.BgClassName
{
background-color: #C1D8B7;
}
</style>
border-color css
<style>
span { border-color: #C1D8B7; }
span { border-color: rgb(193,216,183); }
td.TdClassName
{
border-color: #C1D8B7;
}
.TagClassName
{
border-color: #C1D8B7;
}
</style>