Shades of Surf Crest #C8D9C2
Tints of Surf Crest #C8D9C2
RGB
CMYK
RGB Variations
Color information
#C8D9C2 (or 0xC8D9C2) is known color: Surf Crest. HEX triplet: C8, D9 and C2. RGB value is (200,217,194). Sum of RGB (Red+Green+Blue) = 200+217+194=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9C2 is #37263D. Grayscale: #D1D1D1. Windows color (decimal): -3614270 or 12769736. OLE color: 12769736.
HSL color Cylindrical-coordinate representation of color #C8D9C2: hue angle of 104.35º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8D9C2 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 194 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.15 |
| HSL | 104.35º | 0.23% | 0.81% | - |
| HSV(B) | 104.35º | 0.11% | 0.85% | - |
| XYZ | 58.37 | 65.8 | 60.66 | - |
| YUV | 209.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 194 | 0.08 | 0 | 0.11 | 0.15 | 104.35 | 0.23 | 0.81 |
| Hex | C8 | D9 | C2 | 8 | 0 | B | F | 68 | 17 | 51 |
| Octal | 310 | 331 | 302 | 10 | 0 | 13 | 17 | 150 | 27 | 121 |
| Binary | 11001000 | 11011001 | 11000010 | 1000 | 0 | 1011 | 1111 | 1101000 | 10111 | 1010001 |
Color Harmonies of #C8D9C2
Complementary color
Monochromatic Colors of #C8D9C2
Black with #C8D9C2
Text Example
Text Example
White with #C8D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9C2; }
p { color: rgb(200,217,194); }
H1.HeaderClassName
{
color: #C8D9C2;
}
.AnyTagClassName
{
color: #C8D9C2;
}
</style>
background-color css
<style>
a { background-color: #C8D9C2; }
a { background-color: rgb(200,217,194); }
div.DivClassName
{
background-color: #C8D9C2;
}
.BgClassName
{
background-color: #C8D9C2;
}
</style>
border-color css
<style>
span { border-color: #C8D9C2; }
span { border-color: rgb(200,217,194); }
td.TdClassName
{
border-color: #C8D9C2;
}
.TagClassName
{
border-color: #C8D9C2;
}
</style>