Shades of Surf Crest #C3D5BB
Tints of Surf Crest #C3D5BB
RGB
CMYK
RGB Variations
Color information
#C3D5BB (or 0xC3D5BB) is known color: Surf Crest. HEX triplet: C3, D5 and BB. RGB value is (195,213,187). Sum of RGB (Red+Green+Blue) = 195+213+187=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D5BB is #3C2A44. Grayscale: #CCCCCC. Windows color (decimal): -3942981 or 12309955. OLE color: 12309955.
HSL color Cylindrical-coordinate representation of color #C3D5BB: hue angle of 101.54º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3D5BB is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 187 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.16 |
| HSL | 101.54º | 0.24% | 0.78% | - |
| HSV(B) | 101.54º | 0.12% | 0.84% | - |
| XYZ | 55.27 | 62.78 | 56.22 | - |
| YUV | 204.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 187 | 0.08 | 0 | 0.12 | 0.16 | 101.54 | 0.24 | 0.78 |
| Hex | C3 | D5 | BB | 8 | 0 | C | 10 | 66 | 18 | 4E |
| Octal | 303 | 325 | 273 | 10 | 0 | 14 | 20 | 146 | 30 | 116 |
| Binary | 11000011 | 11010101 | 10111011 | 1000 | 0 | 1100 | 10000 | 1100110 | 11000 | 1001110 |
Color Harmonies of #C3D5BB
Complementary color
Monochromatic Colors of #C3D5BB
Black with #C3D5BB
Text Example
Text Example
White with #C3D5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D5BB; }
p { color: rgb(195,213,187); }
H1.HeaderClassName
{
color: #C3D5BB;
}
.AnyTagClassName
{
color: #C3D5BB;
}
</style>
background-color css
<style>
a { background-color: #C3D5BB; }
a { background-color: rgb(195,213,187); }
div.DivClassName
{
background-color: #C3D5BB;
}
.BgClassName
{
background-color: #C3D5BB;
}
</style>
border-color css
<style>
span { border-color: #C3D5BB; }
span { border-color: rgb(195,213,187); }
td.TdClassName
{
border-color: #C3D5BB;
}
.TagClassName
{
border-color: #C3D5BB;
}
</style>