Shades of Surf Crest #C7DBC1
Tints of Surf Crest #C7DBC1
RGB
CMYK
RGB Variations
Color information
#C7DBC1 (or 0xC7DBC1) is known color: Surf Crest. HEX triplet: C7, DB and C1. RGB value is (199,219,193). Sum of RGB (Red+Green+Blue) = 199+219+193=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBC1 is #38243E. Grayscale: #D2D2D2. Windows color (decimal): -3679295 or 12704711. OLE color: 12704711.
HSL color Cylindrical-coordinate representation of color #C7DBC1: hue angle of 106.15º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7DBC1 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 193 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.14 |
| HSL | 106.15º | 0.27% | 0.81% | - |
| HSV(B) | 106.15º | 0.12% | 0.86% | - |
| XYZ | 58.51 | 66.66 | 60.23 | - |
| YUV | 210.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 193 | 0.09 | 0 | 0.12 | 0.14 | 106.15 | 0.27 | 0.81 |
| Hex | C7 | DB | C1 | 9 | 0 | C | E | 6A | 1B | 51 |
| Octal | 307 | 333 | 301 | 11 | 0 | 14 | 16 | 152 | 33 | 121 |
| Binary | 11000111 | 11011011 | 11000001 | 1001 | 0 | 1100 | 1110 | 1101010 | 11011 | 1010001 |
Color Harmonies of #C7DBC1
Complementary color
Monochromatic Colors of #C7DBC1
Black with #C7DBC1
Text Example
Text Example
White with #C7DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBC1; }
p { color: rgb(199,219,193); }
H1.HeaderClassName
{
color: #C7DBC1;
}
.AnyTagClassName
{
color: #C7DBC1;
}
</style>
background-color css
<style>
a { background-color: #C7DBC1; }
a { background-color: rgb(199,219,193); }
div.DivClassName
{
background-color: #C7DBC1;
}
.BgClassName
{
background-color: #C7DBC1;
}
</style>
border-color css
<style>
span { border-color: #C7DBC1; }
span { border-color: rgb(199,219,193); }
td.TdClassName
{
border-color: #C7DBC1;
}
.TagClassName
{
border-color: #C7DBC1;
}
</style>