Shades of Surf Crest #C8D8BE
Tints of Surf Crest #C8D8BE
RGB
CMYK
RGB Variations
Color information
#C8D8BE (or 0xC8D8BE) is known color: Surf Crest. HEX triplet: C8, D8 and BE. RGB value is (200,216,190). Sum of RGB (Red+Green+Blue) = 200+216+190=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8BE is #372741. Grayscale: #D0D0D0. Windows color (decimal): -3614530 or 12507336. OLE color: 12507336.
HSL color Cylindrical-coordinate representation of color #C8D8BE: hue angle of 96.92º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8D8BE is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 190 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.15 |
| HSL | 96.92º | 0.25% | 0.8% | - |
| HSV(B) | 96.92º | 0.12% | 0.85% | - |
| XYZ | 57.67 | 65.11 | 58.24 | - |
| YUV | 208.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 190 | 0.07 | 0 | 0.12 | 0.15 | 96.92 | 0.25 | 0.8 |
| Hex | C8 | D8 | BE | 7 | 0 | C | F | 61 | 19 | 50 |
| Octal | 310 | 330 | 276 | 7 | 0 | 14 | 17 | 141 | 31 | 120 |
| Binary | 11001000 | 11011000 | 10111110 | 111 | 0 | 1100 | 1111 | 1100001 | 11001 | 1010000 |
Color Harmonies of #C8D8BE
Complementary color
Monochromatic Colors of #C8D8BE
Black with #C8D8BE
Text Example
Text Example
White with #C8D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8BE; }
p { color: rgb(200,216,190); }
H1.HeaderClassName
{
color: #C8D8BE;
}
.AnyTagClassName
{
color: #C8D8BE;
}
</style>
background-color css
<style>
a { background-color: #C8D8BE; }
a { background-color: rgb(200,216,190); }
div.DivClassName
{
background-color: #C8D8BE;
}
.BgClassName
{
background-color: #C8D8BE;
}
</style>
border-color css
<style>
span { border-color: #C8D8BE; }
span { border-color: rgb(200,216,190); }
td.TdClassName
{
border-color: #C8D8BE;
}
.TagClassName
{
border-color: #C8D8BE;
}
</style>