Shades of Surf Crest #C7D4BC
Tints of Surf Crest #C7D4BC
RGB
CMYK
RGB Variations
Color information
#C7D4BC (or 0xC7D4BC) is known color: Surf Crest. HEX triplet: C7, D4 and BC. RGB value is (199,212,188). Sum of RGB (Red+Green+Blue) = 199+212+188=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D4BC is #382B43. Grayscale: #CDCDCD. Windows color (decimal): -3681092 or 12375239. OLE color: 12375239.
HSL color Cylindrical-coordinate representation of color #C7D4BC: hue angle of 92.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7D4BC is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 188 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.17 |
| HSL | 92.5º | 0.22% | 0.78% | - |
| HSV(B) | 92.5º | 0.11% | 0.83% | - |
| XYZ | 56.17 | 62.86 | 56.75 | - |
| YUV | 205.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 188 | 0.06 | 0 | 0.11 | 0.17 | 92.5 | 0.22 | 0.78 |
| Hex | C7 | D4 | BC | 6 | 0 | B | 11 | 5C | 16 | 4E |
| Octal | 307 | 324 | 274 | 6 | 0 | 13 | 21 | 134 | 26 | 116 |
| Binary | 11000111 | 11010100 | 10111100 | 110 | 0 | 1011 | 10001 | 1011100 | 10110 | 1001110 |
Color Harmonies of #C7D4BC
Complementary color
Monochromatic Colors of #C7D4BC
Black with #C7D4BC
Text Example
Text Example
White with #C7D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D4BC; }
p { color: rgb(199,212,188); }
H1.HeaderClassName
{
color: #C7D4BC;
}
.AnyTagClassName
{
color: #C7D4BC;
}
</style>
background-color css
<style>
a { background-color: #C7D4BC; }
a { background-color: rgb(199,212,188); }
div.DivClassName
{
background-color: #C7D4BC;
}
.BgClassName
{
background-color: #C7D4BC;
}
</style>
border-color css
<style>
span { border-color: #C7D4BC; }
span { border-color: rgb(199,212,188); }
td.TdClassName
{
border-color: #C7D4BC;
}
.TagClassName
{
border-color: #C7D4BC;
}
</style>