Shades of Surf Crest #C7DBC4
Tints of Surf Crest #C7DBC4
RGB
CMYK
RGB Variations
Color information
#C7DBC4 (or 0xC7DBC4) is known color: Surf Crest. HEX triplet: C7, DB and C4. RGB value is (199,219,196). Sum of RGB (Red+Green+Blue) = 199+219+196=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBC4 is #38243B. Grayscale: #D2D2D2. Windows color (decimal): -3679292 or 12901319. OLE color: 12901319.
HSL color Cylindrical-coordinate representation of color #C7DBC4: hue angle of 112.17º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7DBC4 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 196 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.14 |
| HSL | 112.17º | 0.24% | 0.81% | - |
| HSV(B) | 112.17º | 0.11% | 0.86% | - |
| XYZ | 58.85 | 66.79 | 62.01 | - |
| YUV | 210.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 196 | 0.09 | 0 | 0.11 | 0.14 | 112.17 | 0.24 | 0.81 |
| Hex | C7 | DB | C4 | 9 | 0 | B | E | 70 | 18 | 51 |
| Octal | 307 | 333 | 304 | 11 | 0 | 13 | 16 | 160 | 30 | 121 |
| Binary | 11000111 | 11011011 | 11000100 | 1001 | 0 | 1011 | 1110 | 1110000 | 11000 | 1010001 |
Color Harmonies of #C7DBC4
Complementary color
Monochromatic Colors of #C7DBC4
Black with #C7DBC4
Text Example
Text Example
White with #C7DBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBC4; }
p { color: rgb(199,219,196); }
H1.HeaderClassName
{
color: #C7DBC4;
}
.AnyTagClassName
{
color: #C7DBC4;
}
</style>
background-color css
<style>
a { background-color: #C7DBC4; }
a { background-color: rgb(199,219,196); }
div.DivClassName
{
background-color: #C7DBC4;
}
.BgClassName
{
background-color: #C7DBC4;
}
</style>
border-color css
<style>
span { border-color: #C7DBC4; }
span { border-color: rgb(199,219,196); }
td.TdClassName
{
border-color: #C7DBC4;
}
.TagClassName
{
border-color: #C7DBC4;
}
</style>