Shades of Surf Crest #C9D6C5
Tints of Surf Crest #C9D6C5
RGB
CMYK
RGB Variations
Color information
#C9D6C5 (or 0xC9D6C5) is known color: Surf Crest. HEX triplet: C9, D6 and C5. RGB value is (201,214,197). Sum of RGB (Red+Green+Blue) = 201+214+197=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D6C5 is #36293A. Grayscale: #D0D0D0. Windows color (decimal): -3549499 or 12965577. OLE color: 12965577.
HSL color Cylindrical-coordinate representation of color #C9D6C5: hue angle of 105.88º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9D6C5 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 197 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.16 |
| HSL | 105.88º | 0.17% | 0.81% | - |
| HSV(B) | 105.88º | 0.08% | 0.84% | - |
| XYZ | 58.21 | 64.54 | 62.21 | - |
| YUV | 208.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 197 | 0.06 | 0 | 0.08 | 0.16 | 105.88 | 0.17 | 0.81 |
| Hex | C9 | D6 | C5 | 6 | 0 | 8 | 10 | 6A | 11 | 51 |
| Octal | 311 | 326 | 305 | 6 | 0 | 10 | 20 | 152 | 21 | 121 |
| Binary | 11001001 | 11010110 | 11000101 | 110 | 0 | 1000 | 10000 | 1101010 | 10001 | 1010001 |
Color Harmonies of #C9D6C5
Complementary color
Monochromatic Colors of #C9D6C5
Black with #C9D6C5
Text Example
Text Example
White with #C9D6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D6C5; }
p { color: rgb(201,214,197); }
H1.HeaderClassName
{
color: #C9D6C5;
}
.AnyTagClassName
{
color: #C9D6C5;
}
</style>
background-color css
<style>
a { background-color: #C9D6C5; }
a { background-color: rgb(201,214,197); }
div.DivClassName
{
background-color: #C9D6C5;
}
.BgClassName
{
background-color: #C9D6C5;
}
</style>
border-color css
<style>
span { border-color: #C9D6C5; }
span { border-color: rgb(201,214,197); }
td.TdClassName
{
border-color: #C9D6C5;
}
.TagClassName
{
border-color: #C9D6C5;
}
</style>