Shades of Surf Crest #C4D8BF
Tints of Surf Crest #C4D8BF
RGB
CMYK
RGB Variations
Color information
#C4D8BF (or 0xC4D8BF) is known color: Surf Crest. HEX triplet: C4, D8 and BF. RGB value is (196,216,191). Sum of RGB (Red+Green+Blue) = 196+216+191=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D8BF is #3B2740. Grayscale: #CFCFCF. Windows color (decimal): -3876673 or 12572868. OLE color: 12572868.
HSL color Cylindrical-coordinate representation of color #C4D8BF: hue angle of 108º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4D8BF is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 191 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.15 |
| HSL | 108º | 0.24% | 0.8% | - |
| HSV(B) | 108º | 0.12% | 0.85% | - |
| XYZ | 56.72 | 64.61 | 58.77 | - |
| YUV | 207.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 191 | 0.09 | 0 | 0.12 | 0.15 | 108 | 0.24 | 0.8 |
| Hex | C4 | D8 | BF | 9 | 0 | C | F | 6C | 18 | 50 |
| Octal | 304 | 330 | 277 | 11 | 0 | 14 | 17 | 154 | 30 | 120 |
| Binary | 11000100 | 11011000 | 10111111 | 1001 | 0 | 1100 | 1111 | 1101100 | 11000 | 1010000 |
Color Harmonies of #C4D8BF
Complementary color
Monochromatic Colors of #C4D8BF
Black with #C4D8BF
Text Example
Text Example
White with #C4D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D8BF; }
p { color: rgb(196,216,191); }
H1.HeaderClassName
{
color: #C4D8BF;
}
.AnyTagClassName
{
color: #C4D8BF;
}
</style>
background-color css
<style>
a { background-color: #C4D8BF; }
a { background-color: rgb(196,216,191); }
div.DivClassName
{
background-color: #C4D8BF;
}
.BgClassName
{
background-color: #C4D8BF;
}
</style>
border-color css
<style>
span { border-color: #C4D8BF; }
span { border-color: rgb(196,216,191); }
td.TdClassName
{
border-color: #C4D8BF;
}
.TagClassName
{
border-color: #C4D8BF;
}
</style>