Shades of Surf Crest #C8D0C6
Tints of Surf Crest #C8D0C6
RGB
CMYK
RGB Variations
Color information
#C8D0C6 (or 0xC8D0C6) is known color: Surf Crest. HEX triplet: C8, D0 and C6. RGB value is (200,208,198). Sum of RGB (Red+Green+Blue) = 200+208+198=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D0C6 is #372F39. Grayscale: #CCCCCC. Windows color (decimal): -3616570 or 13029576. OLE color: 13029576.
HSL color Cylindrical-coordinate representation of color #C8D0C6: hue angle of 108º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8D0C6 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 198 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.18 |
| HSL | 108º | 0.1% | 0.8% | - |
| HSV(B) | 108º | 0.05% | 0.82% | - |
| XYZ | 56.57 | 61.47 | 62.31 | - |
| YUV | 204.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 198 | 0.04 | 0 | 0.05 | 0.18 | 108 | 0.1 | 0.8 |
| Hex | C8 | D0 | C6 | 4 | 0 | 5 | 12 | 6C | A | 50 |
| Octal | 310 | 320 | 306 | 4 | 0 | 5 | 22 | 154 | 12 | 120 |
| Binary | 11001000 | 11010000 | 11000110 | 100 | 0 | 101 | 10010 | 1101100 | 1010 | 1010000 |
Color Harmonies of #C8D0C6
Complementary color
Monochromatic Colors of #C8D0C6
Black with #C8D0C6
Text Example
Text Example
White with #C8D0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D0C6; }
p { color: rgb(200,208,198); }
H1.HeaderClassName
{
color: #C8D0C6;
}
.AnyTagClassName
{
color: #C8D0C6;
}
</style>
background-color css
<style>
a { background-color: #C8D0C6; }
a { background-color: rgb(200,208,198); }
div.DivClassName
{
background-color: #C8D0C6;
}
.BgClassName
{
background-color: #C8D0C6;
}
</style>
border-color css
<style>
span { border-color: #C8D0C6; }
span { border-color: rgb(200,208,198); }
td.TdClassName
{
border-color: #C8D0C6;
}
.TagClassName
{
border-color: #C8D0C6;
}
</style>