Shades of Surf Crest #C7DDBC
Tints of Surf Crest #C7DDBC
RGB
CMYK
RGB Variations
Color information
#C7DDBC (or 0xC7DDBC) is known color: Surf Crest. HEX triplet: C7, DD and BC. RGB value is (199,221,188). Sum of RGB (Red+Green+Blue) = 199+221+188=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDBC is #382243. Grayscale: #D2D2D2. Windows color (decimal): -3678788 or 12377543. OLE color: 12377543.
HSL color Cylindrical-coordinate representation of color #C7DDBC: hue angle of 100º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7DDBC is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 188 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.13 |
| HSL | 100º | 0.33% | 0.8% | - |
| HSV(B) | 100º | 0.15% | 0.87% | - |
| XYZ | 58.49 | 67.49 | 57.52 | - |
| YUV | 210.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 188 | 0.10 | 0 | 0.15 | 0.13 | 100 | 0.33 | 0.8 |
| Hex | C7 | DD | BC | A | 0 | F | D | 64 | 21 | 50 |
| Octal | 307 | 335 | 274 | 12 | 0 | 17 | 15 | 144 | 41 | 120 |
| Binary | 11000111 | 11011101 | 10111100 | 1010 | 0 | 1111 | 1101 | 1100100 | 100001 | 1010000 |
Color Harmonies of #C7DDBC
Complementary color
Monochromatic Colors of #C7DDBC
Black with #C7DDBC
Text Example
Text Example
White with #C7DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDBC; }
p { color: rgb(199,221,188); }
H1.HeaderClassName
{
color: #C7DDBC;
}
.AnyTagClassName
{
color: #C7DDBC;
}
</style>
background-color css
<style>
a { background-color: #C7DDBC; }
a { background-color: rgb(199,221,188); }
div.DivClassName
{
background-color: #C7DDBC;
}
.BgClassName
{
background-color: #C7DDBC;
}
</style>
border-color css
<style>
span { border-color: #C7DDBC; }
span { border-color: rgb(199,221,188); }
td.TdClassName
{
border-color: #C7DDBC;
}
.TagClassName
{
border-color: #C7DDBC;
}
</style>