Shades of Surf Crest #C9D8BF
Tints of Surf Crest #C9D8BF
RGB
CMYK
RGB Variations
Color information
#C9D8BF (or 0xC9D8BF) is known color: Surf Crest. HEX triplet: C9, D8 and BF. RGB value is (201,216,191). Sum of RGB (Red+Green+Blue) = 201+216+191=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8BF is #362740. Grayscale: #D0D0D0. Windows color (decimal): -3548993 or 12572873. OLE color: 12572873.
HSL color Cylindrical-coordinate representation of color #C9D8BF: hue angle of 96º degrees, saturation: 0.24, 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 #C9D8BF is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 191 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.15 |
| HSL | 96º | 0.24% | 0.8% | - |
| HSV(B) | 96º | 0.12% | 0.85% | - |
| XYZ | 58.05 | 65.29 | 58.83 | - |
| YUV | 208.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 191 | 0.07 | 0 | 0.12 | 0.15 | 96 | 0.24 | 0.8 |
| Hex | C9 | D8 | BF | 7 | 0 | C | F | 60 | 18 | 50 |
| Octal | 311 | 330 | 277 | 7 | 0 | 14 | 17 | 140 | 30 | 120 |
| Binary | 11001001 | 11011000 | 10111111 | 111 | 0 | 1100 | 1111 | 1100000 | 11000 | 1010000 |
Color Harmonies of #C9D8BF
Complementary color
Monochromatic Colors of #C9D8BF
Black with #C9D8BF
Text Example
Text Example
White with #C9D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8BF; }
p { color: rgb(201,216,191); }
H1.HeaderClassName
{
color: #C9D8BF;
}
.AnyTagClassName
{
color: #C9D8BF;
}
</style>
background-color css
<style>
a { background-color: #C9D8BF; }
a { background-color: rgb(201,216,191); }
div.DivClassName
{
background-color: #C9D8BF;
}
.BgClassName
{
background-color: #C9D8BF;
}
</style>
border-color css
<style>
span { border-color: #C9D8BF; }
span { border-color: rgb(201,216,191); }
td.TdClassName
{
border-color: #C9D8BF;
}
.TagClassName
{
border-color: #C9D8BF;
}
</style>