Shades of Surf Crest #C7DBC5
Tints of Surf Crest #C7DBC5
RGB
CMYK
RGB Variations
Color information
#C7DBC5 (or 0xC7DBC5) is known color: Surf Crest. HEX triplet: C7, DB and C5. RGB value is (199,219,197). Sum of RGB (Red+Green+Blue) = 199+219+197=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBC5 is #38243A. Grayscale: #D2D2D2. Windows color (decimal): -3679291 or 12966855. OLE color: 12966855.
HSL color Cylindrical-coordinate representation of color #C7DBC5: hue angle of 114.55º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DBC5 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 197 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.14 |
| HSL | 114.55º | 0.23% | 0.82% | - |
| HSV(B) | 114.55º | 0.1% | 0.86% | - |
| XYZ | 58.96 | 66.84 | 62.62 | - |
| YUV | 210.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 197 | 0.09 | 0 | 0.10 | 0.14 | 114.55 | 0.23 | 0.82 |
| Hex | C7 | DB | C5 | 9 | 0 | A | E | 73 | 17 | 52 |
| Octal | 307 | 333 | 305 | 11 | 0 | 12 | 16 | 163 | 27 | 122 |
| Binary | 11000111 | 11011011 | 11000101 | 1001 | 0 | 1010 | 1110 | 1110011 | 10111 | 1010010 |
Color Harmonies of #C7DBC5
Complementary color
Monochromatic Colors of #C7DBC5
Black with #C7DBC5
Text Example
Text Example
White with #C7DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBC5; }
p { color: rgb(199,219,197); }
H1.HeaderClassName
{
color: #C7DBC5;
}
.AnyTagClassName
{
color: #C7DBC5;
}
</style>
background-color css
<style>
a { background-color: #C7DBC5; }
a { background-color: rgb(199,219,197); }
div.DivClassName
{
background-color: #C7DBC5;
}
.BgClassName
{
background-color: #C7DBC5;
}
</style>
border-color css
<style>
span { border-color: #C7DBC5; }
span { border-color: rgb(199,219,197); }
td.TdClassName
{
border-color: #C7DBC5;
}
.TagClassName
{
border-color: #C7DBC5;
}
</style>