Shades of Surf Crest #C7D2BE
Tints of Surf Crest #C7D2BE
RGB
CMYK
RGB Variations
Color information
#C7D2BE (or 0xC7D2BE) is known color: Surf Crest. HEX triplet: C7, D2 and BE. RGB value is (199,210,190). Sum of RGB (Red+Green+Blue) = 199+210+190=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2BE is #382D41. Grayscale: #CCCCCC. Windows color (decimal): -3681602 or 12505799. OLE color: 12505799.
HSL color Cylindrical-coordinate representation of color #C7D2BE: hue angle of 93º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7D2BE is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 190 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.18 |
| HSL | 93º | 0.18% | 0.78% | - |
| HSV(B) | 93º | 0.1% | 0.82% | - |
| XYZ | 55.89 | 61.95 | 57.73 | - |
| YUV | 204.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 190 | 0.05 | 0 | 0.10 | 0.18 | 93 | 0.18 | 0.78 |
| Hex | C7 | D2 | BE | 5 | 0 | A | 12 | 5D | 12 | 4E |
| Octal | 307 | 322 | 276 | 5 | 0 | 12 | 22 | 135 | 22 | 116 |
| Binary | 11000111 | 11010010 | 10111110 | 101 | 0 | 1010 | 10010 | 1011101 | 10010 | 1001110 |
Color Harmonies of #C7D2BE
Complementary color
Monochromatic Colors of #C7D2BE
Black with #C7D2BE
Text Example
Text Example
White with #C7D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D2BE; }
p { color: rgb(199,210,190); }
H1.HeaderClassName
{
color: #C7D2BE;
}
.AnyTagClassName
{
color: #C7D2BE;
}
</style>
background-color css
<style>
a { background-color: #C7D2BE; }
a { background-color: rgb(199,210,190); }
div.DivClassName
{
background-color: #C7D2BE;
}
.BgClassName
{
background-color: #C7D2BE;
}
</style>
border-color css
<style>
span { border-color: #C7D2BE; }
span { border-color: rgb(199,210,190); }
td.TdClassName
{
border-color: #C7D2BE;
}
.TagClassName
{
border-color: #C7D2BE;
}
</style>