Shades of Surf Crest #C7DCBB
Tints of Surf Crest #C7DCBB
RGB
CMYK
RGB Variations
Color information
#C7DCBB (or 0xC7DCBB) is known color: Surf Crest. HEX triplet: C7, DC and BB. RGB value is (199,220,187). Sum of RGB (Red+Green+Blue) = 199+220+187=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCBB is #382344. Grayscale: #D2D2D2. Windows color (decimal): -3679045 or 12311751. OLE color: 12311751.
HSL color Cylindrical-coordinate representation of color #C7DCBB: hue angle of 98.18º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7DCBB is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 187 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.14 |
| HSL | 98.18º | 0.32% | 0.8% | - |
| HSV(B) | 98.18º | 0.15% | 0.86% | - |
| XYZ | 58.12 | 66.92 | 56.87 | - |
| YUV | 209.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 187 | 0.10 | 0 | 0.15 | 0.14 | 98.18 | 0.32 | 0.8 |
| Hex | C7 | DC | BB | A | 0 | F | E | 62 | 20 | 50 |
| Octal | 307 | 334 | 273 | 12 | 0 | 17 | 16 | 142 | 40 | 120 |
| Binary | 11000111 | 11011100 | 10111011 | 1010 | 0 | 1111 | 1110 | 1100010 | 100000 | 1010000 |
Color Harmonies of #C7DCBB
Complementary color
Monochromatic Colors of #C7DCBB
Black with #C7DCBB
Text Example
Text Example
White with #C7DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCBB; }
p { color: rgb(199,220,187); }
H1.HeaderClassName
{
color: #C7DCBB;
}
.AnyTagClassName
{
color: #C7DCBB;
}
</style>
background-color css
<style>
a { background-color: #C7DCBB; }
a { background-color: rgb(199,220,187); }
div.DivClassName
{
background-color: #C7DCBB;
}
.BgClassName
{
background-color: #C7DCBB;
}
</style>
border-color css
<style>
span { border-color: #C7DCBB; }
span { border-color: rgb(199,220,187); }
td.TdClassName
{
border-color: #C7DCBB;
}
.TagClassName
{
border-color: #C7DCBB;
}
</style>