Shades of Surf Crest #C7D5BF
Tints of Surf Crest #C7D5BF
RGB
CMYK
RGB Variations
Color information
#C7D5BF (or 0xC7D5BF) is known color: Surf Crest. HEX triplet: C7, D5 and BF. RGB value is (199,213,191). Sum of RGB (Red+Green+Blue) = 199+213+191=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D5BF is #382A40. Grayscale: #CECECE. Windows color (decimal): -3680833 or 12572103. OLE color: 12572103.
HSL color Cylindrical-coordinate representation of color #C7D5BF: hue angle of 98.18º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7D5BF is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 191 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.16 |
| HSL | 98.18º | 0.21% | 0.79% | - |
| HSV(B) | 98.18º | 0.1% | 0.84% | - |
| XYZ | 56.75 | 63.49 | 58.55 | - |
| YUV | 206.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 191 | 0.07 | 0 | 0.10 | 0.16 | 98.18 | 0.21 | 0.79 |
| Hex | C7 | D5 | BF | 7 | 0 | A | 10 | 62 | 15 | 4F |
| Octal | 307 | 325 | 277 | 7 | 0 | 12 | 20 | 142 | 25 | 117 |
| Binary | 11000111 | 11010101 | 10111111 | 111 | 0 | 1010 | 10000 | 1100010 | 10101 | 1001111 |
Color Harmonies of #C7D5BF
Complementary color
Monochromatic Colors of #C7D5BF
Black with #C7D5BF
Text Example
Text Example
White with #C7D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D5BF; }
p { color: rgb(199,213,191); }
H1.HeaderClassName
{
color: #C7D5BF;
}
.AnyTagClassName
{
color: #C7D5BF;
}
</style>
background-color css
<style>
a { background-color: #C7D5BF; }
a { background-color: rgb(199,213,191); }
div.DivClassName
{
background-color: #C7D5BF;
}
.BgClassName
{
background-color: #C7D5BF;
}
</style>
border-color css
<style>
span { border-color: #C7D5BF; }
span { border-color: rgb(199,213,191); }
td.TdClassName
{
border-color: #C7D5BF;
}
.TagClassName
{
border-color: #C7D5BF;
}
</style>