Shades of Surf Crest #C7DCB4
Tints of Surf Crest #C7DCB4
RGB
CMYK
RGB Variations
Color information
#C7DCB4 (or 0xC7DCB4) is known color: Surf Crest. HEX triplet: C7, DC and B4. RGB value is (199,220,180). Sum of RGB (Red+Green+Blue) = 199+220+180=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCB4 is #38234B. Grayscale: #D1D1D1. Windows color (decimal): -3679052 or 11852999. OLE color: 11852999.
HSL color Cylindrical-coordinate representation of color #C7DCB4: hue angle of 91.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7DCB4 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 180 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.14 |
| HSL | 91.5º | 0.36% | 0.78% | - |
| HSV(B) | 91.5º | 0.18% | 0.86% | - |
| XYZ | 57.38 | 66.62 | 53.02 | - |
| YUV | 209.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 180 | 0.10 | 0 | 0.18 | 0.14 | 91.5 | 0.36 | 0.78 |
| Hex | C7 | DC | B4 | A | 0 | 12 | E | 5C | 24 | 4E |
| Octal | 307 | 334 | 264 | 12 | 0 | 22 | 16 | 134 | 44 | 116 |
| Binary | 11000111 | 11011100 | 10110100 | 1010 | 0 | 10010 | 1110 | 1011100 | 100100 | 1001110 |
Color Harmonies of #C7DCB4
Complementary color
Monochromatic Colors of #C7DCB4
Black with #C7DCB4
Text Example
Text Example
White with #C7DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCB4; }
p { color: rgb(199,220,180); }
H1.HeaderClassName
{
color: #C7DCB4;
}
.AnyTagClassName
{
color: #C7DCB4;
}
</style>
background-color css
<style>
a { background-color: #C7DCB4; }
a { background-color: rgb(199,220,180); }
div.DivClassName
{
background-color: #C7DCB4;
}
.BgClassName
{
background-color: #C7DCB4;
}
</style>
border-color css
<style>
span { border-color: #C7DCB4; }
span { border-color: rgb(199,220,180); }
td.TdClassName
{
border-color: #C7DCB4;
}
.TagClassName
{
border-color: #C7DCB4;
}
</style>