Shades of Surf Crest #C3D8BB
Tints of Surf Crest #C3D8BB
RGB
CMYK
RGB Variations
Color information
#C3D8BB (or 0xC3D8BB) is known color: Surf Crest. HEX triplet: C3, D8 and BB. RGB value is (195,216,187). Sum of RGB (Red+Green+Blue) = 195+216+187=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D8BB is #3C2744. Grayscale: #CECECE. Windows color (decimal): -3942213 or 12310723. OLE color: 12310723.
HSL color Cylindrical-coordinate representation of color #C3D8BB: hue angle of 103.45º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3D8BB is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 187 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.15 |
| HSL | 103.45º | 0.27% | 0.79% | - |
| HSV(B) | 103.45º | 0.13% | 0.85% | - |
| XYZ | 56.03 | 64.3 | 56.47 | - |
| YUV | 206.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 187 | 0.10 | 0 | 0.13 | 0.15 | 103.45 | 0.27 | 0.79 |
| Hex | C3 | D8 | BB | A | 0 | D | F | 67 | 1B | 4F |
| Octal | 303 | 330 | 273 | 12 | 0 | 15 | 17 | 147 | 33 | 117 |
| Binary | 11000011 | 11011000 | 10111011 | 1010 | 0 | 1101 | 1111 | 1100111 | 11011 | 1001111 |
Color Harmonies of #C3D8BB
Complementary color
Monochromatic Colors of #C3D8BB
Black with #C3D8BB
Text Example
Text Example
White with #C3D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D8BB; }
p { color: rgb(195,216,187); }
H1.HeaderClassName
{
color: #C3D8BB;
}
.AnyTagClassName
{
color: #C3D8BB;
}
</style>
background-color css
<style>
a { background-color: #C3D8BB; }
a { background-color: rgb(195,216,187); }
div.DivClassName
{
background-color: #C3D8BB;
}
.BgClassName
{
background-color: #C3D8BB;
}
</style>
border-color css
<style>
span { border-color: #C3D8BB; }
span { border-color: rgb(195,216,187); }
td.TdClassName
{
border-color: #C3D8BB;
}
.TagClassName
{
border-color: #C3D8BB;
}
</style>