Shades of Surf Crest #C4D8C1
Tints of Surf Crest #C4D8C1
RGB
CMYK
RGB Variations
Color information
#C4D8C1 (or 0xC4D8C1) is known color: Surf Crest. HEX triplet: C4, D8 and C1. RGB value is (196,216,193). Sum of RGB (Red+Green+Blue) = 196+216+193=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D8C1 is #3B273E. Grayscale: #CFCFCF. Windows color (decimal): -3876671 or 12703940. OLE color: 12703940.
HSL color Cylindrical-coordinate representation of color #C4D8C1: hue angle of 112.17º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D8C1 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 193 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.15 |
| HSL | 112.17º | 0.23% | 0.8% | - |
| HSV(B) | 112.17º | 0.11% | 0.85% | - |
| XYZ | 56.95 | 64.7 | 59.94 | - |
| YUV | 207.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 193 | 0.09 | 0 | 0.11 | 0.15 | 112.17 | 0.23 | 0.8 |
| Hex | C4 | D8 | C1 | 9 | 0 | B | F | 70 | 17 | 50 |
| Octal | 304 | 330 | 301 | 11 | 0 | 13 | 17 | 160 | 27 | 120 |
| Binary | 11000100 | 11011000 | 11000001 | 1001 | 0 | 1011 | 1111 | 1110000 | 10111 | 1010000 |
Color Harmonies of #C4D8C1
Complementary color
Monochromatic Colors of #C4D8C1
Black with #C4D8C1
Text Example
Text Example
White with #C4D8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D8C1; }
p { color: rgb(196,216,193); }
H1.HeaderClassName
{
color: #C4D8C1;
}
.AnyTagClassName
{
color: #C4D8C1;
}
</style>
background-color css
<style>
a { background-color: #C4D8C1; }
a { background-color: rgb(196,216,193); }
div.DivClassName
{
background-color: #C4D8C1;
}
.BgClassName
{
background-color: #C4D8C1;
}
</style>
border-color css
<style>
span { border-color: #C4D8C1; }
span { border-color: rgb(196,216,193); }
td.TdClassName
{
border-color: #C4D8C1;
}
.TagClassName
{
border-color: #C4D8C1;
}
</style>