Shades of Surf Crest #C7DBBD
Tints of Surf Crest #C7DBBD
RGB
CMYK
RGB Variations
Color information
#C7DBBD (or 0xC7DBBD) is known color: Surf Crest. HEX triplet: C7, DB and BD. RGB value is (199,219,189). Sum of RGB (Red+Green+Blue) = 199+219+189=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBBD is #382442. Grayscale: #D1D1D1. Windows color (decimal): -3679299 or 12442567. OLE color: 12442567.
HSL color Cylindrical-coordinate representation of color #C7DBBD: hue angle of 100º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7DBBD is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 189 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.14 |
| HSL | 100º | 0.29% | 0.8% | - |
| HSV(B) | 100º | 0.14% | 0.86% | - |
| XYZ | 58.07 | 66.48 | 57.92 | - |
| YUV | 209.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 189 | 0.09 | 0 | 0.14 | 0.14 | 100 | 0.29 | 0.8 |
| Hex | C7 | DB | BD | 9 | 0 | E | E | 64 | 1D | 50 |
| Octal | 307 | 333 | 275 | 11 | 0 | 16 | 16 | 144 | 35 | 120 |
| Binary | 11000111 | 11011011 | 10111101 | 1001 | 0 | 1110 | 1110 | 1100100 | 11101 | 1010000 |
Color Harmonies of #C7DBBD
Complementary color
Monochromatic Colors of #C7DBBD
Black with #C7DBBD
Text Example
Text Example
White with #C7DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBBD; }
p { color: rgb(199,219,189); }
H1.HeaderClassName
{
color: #C7DBBD;
}
.AnyTagClassName
{
color: #C7DBBD;
}
</style>
background-color css
<style>
a { background-color: #C7DBBD; }
a { background-color: rgb(199,219,189); }
div.DivClassName
{
background-color: #C7DBBD;
}
.BgClassName
{
background-color: #C7DBBD;
}
</style>
border-color css
<style>
span { border-color: #C7DBBD; }
span { border-color: rgb(199,219,189); }
td.TdClassName
{
border-color: #C7DBBD;
}
.TagClassName
{
border-color: #C7DBBD;
}
</style>