Shades of Surf Crest #C7DDBB
Tints of Surf Crest #C7DDBB
RGB
CMYK
RGB Variations
Color information
#C7DDBB (or 0xC7DDBB) is known color: Surf Crest. HEX triplet: C7, DD and BB. RGB value is (199,221,187). Sum of RGB (Red+Green+Blue) = 199+221+187=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDBB is #382244. Grayscale: #D2D2D2. Windows color (decimal): -3678789 or 12312007. OLE color: 12312007.
HSL color Cylindrical-coordinate representation of color #C7DDBB: hue angle of 98.82º 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 #C7DDBB is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 187 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.13 |
| HSL | 98.82º | 0.33% | 0.8% | - |
| HSV(B) | 98.82º | 0.15% | 0.87% | - |
| XYZ | 58.38 | 67.44 | 56.95 | - |
| YUV | 210.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 187 | 0.10 | 0 | 0.15 | 0.13 | 98.82 | 0.33 | 0.8 |
| Hex | C7 | DD | BB | A | 0 | F | D | 63 | 21 | 50 |
| Octal | 307 | 335 | 273 | 12 | 0 | 17 | 15 | 143 | 41 | 120 |
| Binary | 11000111 | 11011101 | 10111011 | 1010 | 0 | 1111 | 1101 | 1100011 | 100001 | 1010000 |
Color Harmonies of #C7DDBB
Complementary color
Monochromatic Colors of #C7DDBB
Black with #C7DDBB
Text Example
Text Example
White with #C7DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDBB; }
p { color: rgb(199,221,187); }
H1.HeaderClassName
{
color: #C7DDBB;
}
.AnyTagClassName
{
color: #C7DDBB;
}
</style>
background-color css
<style>
a { background-color: #C7DDBB; }
a { background-color: rgb(199,221,187); }
div.DivClassName
{
background-color: #C7DDBB;
}
.BgClassName
{
background-color: #C7DDBB;
}
</style>
border-color css
<style>
span { border-color: #C7DDBB; }
span { border-color: rgb(199,221,187); }
td.TdClassName
{
border-color: #C7DDBB;
}
.TagClassName
{
border-color: #C7DDBB;
}
</style>