Shades of Surf Crest #C7D8B6
Tints of Surf Crest #C7D8B6
RGB
CMYK
RGB Variations
Color information
#C7D8B6 (or 0xC7D8B6) is known color: Surf Crest. HEX triplet: C7, D8 and B6. RGB value is (199,216,182). Sum of RGB (Red+Green+Blue) = 199+216+182=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D8B6 is #382749. Grayscale: #CFCFCF. Windows color (decimal): -3680074 or 11983047. OLE color: 11983047.
HSL color Cylindrical-coordinate representation of color #C7D8B6: hue angle of 90º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7D8B6 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 182 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.15 |
| HSL | 90º | 0.3% | 0.78% | - |
| HSV(B) | 90º | 0.16% | 0.85% | - |
| XYZ | 56.55 | 64.63 | 53.75 | - |
| YUV | 207.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 182 | 0.08 | 0 | 0.16 | 0.15 | 90 | 0.3 | 0.78 |
| Hex | C7 | D8 | B6 | 8 | 0 | 10 | F | 5A | 1E | 4E |
| Octal | 307 | 330 | 266 | 10 | 0 | 20 | 17 | 132 | 36 | 116 |
| Binary | 11000111 | 11011000 | 10110110 | 1000 | 0 | 10000 | 1111 | 1011010 | 11110 | 1001110 |
Color Harmonies of #C7D8B6
Complementary color
Monochromatic Colors of #C7D8B6
Black with #C7D8B6
Text Example
Text Example
White with #C7D8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D8B6; }
p { color: rgb(199,216,182); }
H1.HeaderClassName
{
color: #C7D8B6;
}
.AnyTagClassName
{
color: #C7D8B6;
}
</style>
background-color css
<style>
a { background-color: #C7D8B6; }
a { background-color: rgb(199,216,182); }
div.DivClassName
{
background-color: #C7D8B6;
}
.BgClassName
{
background-color: #C7D8B6;
}
</style>
border-color css
<style>
span { border-color: #C7D8B6; }
span { border-color: rgb(199,216,182); }
td.TdClassName
{
border-color: #C7D8B6;
}
.TagClassName
{
border-color: #C7D8B6;
}
</style>