Shades of Surf Crest #C7DBBA
Tints of Surf Crest #C7DBBA
RGB
CMYK
RGB Variations
Color information
#C7DBBA (or 0xC7DBBA) is known color: Surf Crest. HEX triplet: C7, DB and BA. RGB value is (199,219,186). Sum of RGB (Red+Green+Blue) = 199+219+186=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBBA is #382445. Grayscale: #D1D1D1. Windows color (decimal): -3679302 or 12245959. OLE color: 12245959.
HSL color Cylindrical-coordinate representation of color #C7DBBA: hue angle of 96.36º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7DBBA is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 186 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.14 |
| HSL | 96.36º | 0.31% | 0.79% | - |
| HSV(B) | 96.36º | 0.15% | 0.86% | - |
| XYZ | 57.75 | 66.35 | 56.22 | - |
| YUV | 209.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 186 | 0.09 | 0 | 0.15 | 0.14 | 96.36 | 0.31 | 0.79 |
| Hex | C7 | DB | BA | 9 | 0 | F | E | 60 | 1F | 4F |
| Octal | 307 | 333 | 272 | 11 | 0 | 17 | 16 | 140 | 37 | 117 |
| Binary | 11000111 | 11011011 | 10111010 | 1001 | 0 | 1111 | 1110 | 1100000 | 11111 | 1001111 |
Color Harmonies of #C7DBBA
Complementary color
Monochromatic Colors of #C7DBBA
Black with #C7DBBA
Text Example
Text Example
White with #C7DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBBA; }
p { color: rgb(199,219,186); }
H1.HeaderClassName
{
color: #C7DBBA;
}
.AnyTagClassName
{
color: #C7DBBA;
}
</style>
background-color css
<style>
a { background-color: #C7DBBA; }
a { background-color: rgb(199,219,186); }
div.DivClassName
{
background-color: #C7DBBA;
}
.BgClassName
{
background-color: #C7DBBA;
}
</style>
border-color css
<style>
span { border-color: #C7DBBA; }
span { border-color: rgb(199,219,186); }
td.TdClassName
{
border-color: #C7DBBA;
}
.TagClassName
{
border-color: #C7DBBA;
}
</style>