Shades of Surf Crest #C8D9BE
Tints of Surf Crest #C8D9BE
RGB
CMYK
RGB Variations
Color information
#C8D9BE (or 0xC8D9BE) is known color: Surf Crest. HEX triplet: C8, D9 and BE. RGB value is (200,217,190). Sum of RGB (Red+Green+Blue) = 200+217+190=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9BE is #372641. Grayscale: #D0D0D0. Windows color (decimal): -3614274 or 12507592. OLE color: 12507592.
HSL color Cylindrical-coordinate representation of color #C8D9BE: hue angle of 97.78º degrees, saturation: 0.26, 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 #C8D9BE is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 190 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.15 |
| HSL | 97.78º | 0.26% | 0.8% | - |
| HSV(B) | 97.78º | 0.12% | 0.85% | - |
| XYZ | 57.93 | 65.62 | 58.33 | - |
| YUV | 208.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 190 | 0.08 | 0 | 0.12 | 0.15 | 97.78 | 0.26 | 0.8 |
| Hex | C8 | D9 | BE | 8 | 0 | C | F | 62 | 1A | 50 |
| Octal | 310 | 331 | 276 | 10 | 0 | 14 | 17 | 142 | 32 | 120 |
| Binary | 11001000 | 11011001 | 10111110 | 1000 | 0 | 1100 | 1111 | 1100010 | 11010 | 1010000 |
Color Harmonies of #C8D9BE
Complementary color
Monochromatic Colors of #C8D9BE
Black with #C8D9BE
Text Example
Text Example
White with #C8D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9BE; }
p { color: rgb(200,217,190); }
H1.HeaderClassName
{
color: #C8D9BE;
}
.AnyTagClassName
{
color: #C8D9BE;
}
</style>
background-color css
<style>
a { background-color: #C8D9BE; }
a { background-color: rgb(200,217,190); }
div.DivClassName
{
background-color: #C8D9BE;
}
.BgClassName
{
background-color: #C8D9BE;
}
</style>
border-color css
<style>
span { border-color: #C8D9BE; }
span { border-color: rgb(200,217,190); }
td.TdClassName
{
border-color: #C8D9BE;
}
.TagClassName
{
border-color: #C8D9BE;
}
</style>