Shades of Surf Crest #C9D8BE
Tints of Surf Crest #C9D8BE
RGB
CMYK
RGB Variations
Color information
#C9D8BE (or 0xC9D8BE) is known color: Surf Crest. HEX triplet: C9, D8 and BE. RGB value is (201,216,190). Sum of RGB (Red+Green+Blue) = 201+216+190=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8BE is #362741. Grayscale: #D0D0D0. Windows color (decimal): -3548994 or 12507337. OLE color: 12507337.
HSL color Cylindrical-coordinate representation of color #C9D8BE: hue angle of 94.62º degrees, saturation: 0.25, 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 #C9D8BE is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 190 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.15 |
| HSL | 94.62º | 0.25% | 0.8% | - |
| HSV(B) | 94.62º | 0.12% | 0.85% | - |
| XYZ | 57.94 | 65.25 | 58.26 | - |
| YUV | 208.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 190 | 0.07 | 0 | 0.12 | 0.15 | 94.62 | 0.25 | 0.8 |
| Hex | C9 | D8 | BE | 7 | 0 | C | F | 5F | 19 | 50 |
| Octal | 311 | 330 | 276 | 7 | 0 | 14 | 17 | 137 | 31 | 120 |
| Binary | 11001001 | 11011000 | 10111110 | 111 | 0 | 1100 | 1111 | 1011111 | 11001 | 1010000 |
Color Harmonies of #C9D8BE
Complementary color
Monochromatic Colors of #C9D8BE
Black with #C9D8BE
Text Example
Text Example
White with #C9D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8BE; }
p { color: rgb(201,216,190); }
H1.HeaderClassName
{
color: #C9D8BE;
}
.AnyTagClassName
{
color: #C9D8BE;
}
</style>
background-color css
<style>
a { background-color: #C9D8BE; }
a { background-color: rgb(201,216,190); }
div.DivClassName
{
background-color: #C9D8BE;
}
.BgClassName
{
background-color: #C9D8BE;
}
</style>
border-color css
<style>
span { border-color: #C9D8BE; }
span { border-color: rgb(201,216,190); }
td.TdClassName
{
border-color: #C9D8BE;
}
.TagClassName
{
border-color: #C9D8BE;
}
</style>