Shades of Surf Crest #C7DCBF
Tints of Surf Crest #C7DCBF
RGB
CMYK
RGB Variations
Color information
#C7DCBF (or 0xC7DCBF) is known color: Surf Crest. HEX triplet: C7, DC and BF. RGB value is (199,220,191). Sum of RGB (Red+Green+Blue) = 199+220+191=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCBF is #382340. Grayscale: #D2D2D2. Windows color (decimal): -3679041 or 12573895. OLE color: 12573895.
HSL color Cylindrical-coordinate representation of color #C7DCBF: hue angle of 103.45º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7DCBF is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 191 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.14 |
| HSL | 103.45º | 0.29% | 0.81% | - |
| HSV(B) | 103.45º | 0.13% | 0.86% | - |
| XYZ | 58.55 | 67.09 | 59.15 | - |
| YUV | 210.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 191 | 0.10 | 0 | 0.13 | 0.14 | 103.45 | 0.29 | 0.81 |
| Hex | C7 | DC | BF | A | 0 | D | E | 67 | 1D | 51 |
| Octal | 307 | 334 | 277 | 12 | 0 | 15 | 16 | 147 | 35 | 121 |
| Binary | 11000111 | 11011100 | 10111111 | 1010 | 0 | 1101 | 1110 | 1100111 | 11101 | 1010001 |
Color Harmonies of #C7DCBF
Complementary color
Monochromatic Colors of #C7DCBF
Black with #C7DCBF
Text Example
Text Example
White with #C7DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCBF; }
p { color: rgb(199,220,191); }
H1.HeaderClassName
{
color: #C7DCBF;
}
.AnyTagClassName
{
color: #C7DCBF;
}
</style>
background-color css
<style>
a { background-color: #C7DCBF; }
a { background-color: rgb(199,220,191); }
div.DivClassName
{
background-color: #C7DCBF;
}
.BgClassName
{
background-color: #C7DCBF;
}
</style>
border-color css
<style>
span { border-color: #C7DCBF; }
span { border-color: rgb(199,220,191); }
td.TdClassName
{
border-color: #C7DCBF;
}
.TagClassName
{
border-color: #C7DCBF;
}
</style>