Shades of Surf Crest #C9E1BC
Tints of Surf Crest #C9E1BC
RGB
CMYK
RGB Variations
Color information
#C9E1BC (or 0xC9E1BC) is known color: Surf Crest. HEX triplet: C9, E1 and BC. RGB value is (201,225,188). Sum of RGB (Red+Green+Blue) = 201+225+188=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E1BC is #361E43. Grayscale: #D5D5D5. Windows color (decimal): -3546692 or 12378569. OLE color: 12378569.
HSL color Cylindrical-coordinate representation of color #C9E1BC: hue angle of 98.92º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9E1BC is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 188 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.12 |
| HSL | 98.92º | 0.38% | 0.81% | - |
| HSV(B) | 98.92º | 0.16% | 0.88% | - |
| XYZ | 60.09 | 69.9 | 57.9 | - |
| YUV | 213.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 188 | 0.11 | 0 | 0.16 | 0.12 | 98.92 | 0.38 | 0.81 |
| Hex | C9 | E1 | BC | B | 0 | 10 | C | 63 | 26 | 51 |
| Octal | 311 | 341 | 274 | 13 | 0 | 20 | 14 | 143 | 46 | 121 |
| Binary | 11001001 | 11100001 | 10111100 | 1011 | 0 | 10000 | 1100 | 1100011 | 100110 | 1010001 |
Color Harmonies of #C9E1BC
Complementary color
Monochromatic Colors of #C9E1BC
Black with #C9E1BC
Text Example
Text Example
White with #C9E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E1BC; }
p { color: rgb(201,225,188); }
H1.HeaderClassName
{
color: #C9E1BC;
}
.AnyTagClassName
{
color: #C9E1BC;
}
</style>
background-color css
<style>
a { background-color: #C9E1BC; }
a { background-color: rgb(201,225,188); }
div.DivClassName
{
background-color: #C9E1BC;
}
.BgClassName
{
background-color: #C9E1BC;
}
</style>
border-color css
<style>
span { border-color: #C9E1BC; }
span { border-color: rgb(201,225,188); }
td.TdClassName
{
border-color: #C9E1BC;
}
.TagClassName
{
border-color: #C9E1BC;
}
</style>