Shades of Surf Crest #C9D8C4
Tints of Surf Crest #C9D8C4
RGB
CMYK
RGB Variations
Color information
#C9D8C4 (or 0xC9D8C4) is known color: Surf Crest. HEX triplet: C9, D8 and C4. RGB value is (201,216,196). Sum of RGB (Red+Green+Blue) = 201+216+196=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8C4 is #36273B. Grayscale: #D1D1D1. Windows color (decimal): -3548988 or 12900553. OLE color: 12900553.
HSL color Cylindrical-coordinate representation of color #C9D8C4: hue angle of 105º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9D8C4 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 196 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.15 |
| HSL | 105º | 0.2% | 0.81% | - |
| HSV(B) | 105º | 0.09% | 0.85% | - |
| XYZ | 58.61 | 65.51 | 61.78 | - |
| YUV | 209.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 196 | 0.07 | 0 | 0.09 | 0.15 | 105 | 0.2 | 0.81 |
| Hex | C9 | D8 | C4 | 7 | 0 | 9 | F | 69 | 14 | 51 |
| Octal | 311 | 330 | 304 | 7 | 0 | 11 | 17 | 151 | 24 | 121 |
| Binary | 11001001 | 11011000 | 11000100 | 111 | 0 | 1001 | 1111 | 1101001 | 10100 | 1010001 |
Color Harmonies of #C9D8C4
Complementary color
Monochromatic Colors of #C9D8C4
Black with #C9D8C4
Text Example
Text Example
White with #C9D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8C4; }
p { color: rgb(201,216,196); }
H1.HeaderClassName
{
color: #C9D8C4;
}
.AnyTagClassName
{
color: #C9D8C4;
}
</style>
background-color css
<style>
a { background-color: #C9D8C4; }
a { background-color: rgb(201,216,196); }
div.DivClassName
{
background-color: #C9D8C4;
}
.BgClassName
{
background-color: #C9D8C4;
}
</style>
border-color css
<style>
span { border-color: #C9D8C4; }
span { border-color: rgb(201,216,196); }
td.TdClassName
{
border-color: #C9D8C4;
}
.TagClassName
{
border-color: #C9D8C4;
}
</style>