Shades of Surf Crest #C4D6BB
Tints of Surf Crest #C4D6BB
RGB
CMYK
RGB Variations
Color information
#C4D6BB (or 0xC4D6BB) is known color: Surf Crest. HEX triplet: C4, D6 and BB. RGB value is (196,214,187). Sum of RGB (Red+Green+Blue) = 196+214+187=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D6BB is #3B2944. Grayscale: #CDCDCD. Windows color (decimal): -3877189 or 12310212. OLE color: 12310212.
HSL color Cylindrical-coordinate representation of color #C4D6BB: hue angle of 100º 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 #C4D6BB is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 187 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.16 |
| HSL | 100º | 0.25% | 0.79% | - |
| HSV(B) | 100º | 0.13% | 0.84% | - |
| XYZ | 55.78 | 63.42 | 56.31 | - |
| YUV | 205.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 187 | 0.08 | 0 | 0.13 | 0.16 | 100 | 0.25 | 0.79 |
| Hex | C4 | D6 | BB | 8 | 0 | D | 10 | 64 | 19 | 4F |
| Octal | 304 | 326 | 273 | 10 | 0 | 15 | 20 | 144 | 31 | 117 |
| Binary | 11000100 | 11010110 | 10111011 | 1000 | 0 | 1101 | 10000 | 1100100 | 11001 | 1001111 |
Color Harmonies of #C4D6BB
Complementary color
Monochromatic Colors of #C4D6BB
Black with #C4D6BB
Text Example
Text Example
White with #C4D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D6BB; }
p { color: rgb(196,214,187); }
H1.HeaderClassName
{
color: #C4D6BB;
}
.AnyTagClassName
{
color: #C4D6BB;
}
</style>
background-color css
<style>
a { background-color: #C4D6BB; }
a { background-color: rgb(196,214,187); }
div.DivClassName
{
background-color: #C4D6BB;
}
.BgClassName
{
background-color: #C4D6BB;
}
</style>
border-color css
<style>
span { border-color: #C4D6BB; }
span { border-color: rgb(196,214,187); }
td.TdClassName
{
border-color: #C4D6BB;
}
.TagClassName
{
border-color: #C4D6BB;
}
</style>