Shades of Surf Crest #C3D6BB
Tints of Surf Crest #C3D6BB
RGB
CMYK
RGB Variations
Color information
#C3D6BB (or 0xC3D6BB) is known color: Surf Crest. HEX triplet: C3, D6 and BB. RGB value is (195,214,187). Sum of RGB (Red+Green+Blue) = 195+214+187=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6BB is #3C2944. Grayscale: #CDCDCD. Windows color (decimal): -3942725 or 12310211. OLE color: 12310211.
HSL color Cylindrical-coordinate representation of color #C3D6BB: hue angle of 102.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3D6BB is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 187 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.16 |
| HSL | 102.22º | 0.25% | 0.79% | - |
| HSV(B) | 102.22º | 0.13% | 0.84% | - |
| XYZ | 55.52 | 63.28 | 56.3 | - |
| YUV | 205.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 187 | 0.09 | 0 | 0.13 | 0.16 | 102.22 | 0.25 | 0.79 |
| Hex | C3 | D6 | BB | 9 | 0 | D | 10 | 66 | 19 | 4F |
| Octal | 303 | 326 | 273 | 11 | 0 | 15 | 20 | 146 | 31 | 117 |
| Binary | 11000011 | 11010110 | 10111011 | 1001 | 0 | 1101 | 10000 | 1100110 | 11001 | 1001111 |
Color Harmonies of #C3D6BB
Complementary color
Monochromatic Colors of #C3D6BB
Black with #C3D6BB
Text Example
Text Example
White with #C3D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D6BB; }
p { color: rgb(195,214,187); }
H1.HeaderClassName
{
color: #C3D6BB;
}
.AnyTagClassName
{
color: #C3D6BB;
}
</style>
background-color css
<style>
a { background-color: #C3D6BB; }
a { background-color: rgb(195,214,187); }
div.DivClassName
{
background-color: #C3D6BB;
}
.BgClassName
{
background-color: #C3D6BB;
}
</style>
border-color css
<style>
span { border-color: #C3D6BB; }
span { border-color: rgb(195,214,187); }
td.TdClassName
{
border-color: #C3D6BB;
}
.TagClassName
{
border-color: #C3D6BB;
}
</style>