Shades of Surf Crest #C8D9C4
Tints of Surf Crest #C8D9C4
RGB
CMYK
RGB Variations
Color information
#C8D9C4 (or 0xC8D9C4) is known color: Surf Crest. HEX triplet: C8, D9 and C4. RGB value is (200,217,196). Sum of RGB (Red+Green+Blue) = 200+217+196=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9C4 is #37263B. Grayscale: #D1D1D1. Windows color (decimal): -3614268 or 12900808. OLE color: 12900808.
HSL color Cylindrical-coordinate representation of color #C8D9C4: hue angle of 108.57º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8D9C4 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 217 | 196 | - |
CMYK | 0.08 | 0 | 0.10 | 0.15 |
HSL | 108.57º | 0.22% | 0.81% | - |
HSV(B) | 108.57º | 0.1% | 0.85% | - |
XYZ | 58.6 | 65.89 | 61.85 | - |
YUV | 209.52 | 120.37 | 121.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 217 | 196 | 0.08 | 0 | 0.10 | 0.15 | 108.57 | 0.22 | 0.81 |
Hex | C8 | D9 | C4 | 8 | 0 | A | F | 6D | 16 | 51 |
Octal | 310 | 331 | 304 | 10 | 0 | 12 | 17 | 155 | 26 | 121 |
Binary | 11001000 | 11011001 | 11000100 | 1000 | 0 | 1010 | 1111 | 1101101 | 10110 | 1010001 |
Color Harmonies of #C8D9C4
Complementary color
Monochromatic Colors of #C8D9C4
Black with #C8D9C4
Text Example
Text Example
White with #C8D9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9C4; }
p { color: rgb(200,217,196); }
H1.HeaderClassName
{
color: #C8D9C4;
}
.AnyTagClassName
{
color: #C8D9C4;
}
</style>
background-color css
<style>
a { background-color: #C8D9C4; }
a { background-color: rgb(200,217,196); }
div.DivClassName
{
background-color: #C8D9C4;
}
.BgClassName
{
background-color: #C8D9C4;
}
</style>
border-color css
<style>
span { border-color: #C8D9C4; }
span { border-color: rgb(200,217,196); }
td.TdClassName
{
border-color: #C8D9C4;
}
.TagClassName
{
border-color: #C8D9C4;
}
</style>