Shades of Surf Crest #C8DDBC
Tints of Surf Crest #C8DDBC
RGB
CMYK
RGB Variations
Color information
#C8DDBC (or 0xC8DDBC) is known color: Surf Crest. HEX triplet: C8, DD and BC. RGB value is (200,221,188). Sum of RGB (Red+Green+Blue) = 200+221+188=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDBC is #372243. Grayscale: #D3D3D3. Windows color (decimal): -3613252 or 12377544. OLE color: 12377544.
HSL color Cylindrical-coordinate representation of color #C8DDBC: hue angle of 98.18º 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 #C8DDBC is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 188 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.13 |
| HSL | 98.18º | 0.33% | 0.8% | - |
| HSV(B) | 98.18º | 0.15% | 0.87% | - |
| XYZ | 58.75 | 67.62 | 57.53 | - |
| YUV | 210.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 188 | 0.10 | 0 | 0.15 | 0.13 | 98.18 | 0.33 | 0.8 |
| Hex | C8 | DD | BC | A | 0 | F | D | 62 | 21 | 50 |
| Octal | 310 | 335 | 274 | 12 | 0 | 17 | 15 | 142 | 41 | 120 |
| Binary | 11001000 | 11011101 | 10111100 | 1010 | 0 | 1111 | 1101 | 1100010 | 100001 | 1010000 |
Color Harmonies of #C8DDBC
Complementary color
Monochromatic Colors of #C8DDBC
Black with #C8DDBC
Text Example
Text Example
White with #C8DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDBC; }
p { color: rgb(200,221,188); }
H1.HeaderClassName
{
color: #C8DDBC;
}
.AnyTagClassName
{
color: #C8DDBC;
}
</style>
background-color css
<style>
a { background-color: #C8DDBC; }
a { background-color: rgb(200,221,188); }
div.DivClassName
{
background-color: #C8DDBC;
}
.BgClassName
{
background-color: #C8DDBC;
}
</style>
border-color css
<style>
span { border-color: #C8DDBC; }
span { border-color: rgb(200,221,188); }
td.TdClassName
{
border-color: #C8DDBC;
}
.TagClassName
{
border-color: #C8DDBC;
}
</style>