Shades of Surf Crest #C9E1BD
Tints of Surf Crest #C9E1BD
RGB
CMYK
RGB Variations
Color information
#C9E1BD (or 0xC9E1BD) is known color: Surf Crest. HEX triplet: C9, E1 and BD. RGB value is (201,225,189). Sum of RGB (Red+Green+Blue) = 201+225+189=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E1BD is #361E42. Grayscale: #D5D5D5. Windows color (decimal): -3546691 or 12444105. OLE color: 12444105.
HSL color Cylindrical-coordinate representation of color #C9E1BD: hue angle of 100º 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 #C9E1BD is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 189 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.12 |
| HSL | 100º | 0.38% | 0.81% | - |
| HSV(B) | 100º | 0.16% | 0.88% | - |
| XYZ | 60.2 | 69.94 | 58.47 | - |
| YUV | 213.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 189 | 0.11 | 0 | 0.16 | 0.12 | 100 | 0.38 | 0.81 |
| Hex | C9 | E1 | BD | B | 0 | 10 | C | 64 | 26 | 51 |
| Octal | 311 | 341 | 275 | 13 | 0 | 20 | 14 | 144 | 46 | 121 |
| Binary | 11001001 | 11100001 | 10111101 | 1011 | 0 | 10000 | 1100 | 1100100 | 100110 | 1010001 |
Color Harmonies of #C9E1BD
Complementary color
Monochromatic Colors of #C9E1BD
Black with #C9E1BD
Text Example
Text Example
White with #C9E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E1BD; }
p { color: rgb(201,225,189); }
H1.HeaderClassName
{
color: #C9E1BD;
}
.AnyTagClassName
{
color: #C9E1BD;
}
</style>
background-color css
<style>
a { background-color: #C9E1BD; }
a { background-color: rgb(201,225,189); }
div.DivClassName
{
background-color: #C9E1BD;
}
.BgClassName
{
background-color: #C9E1BD;
}
</style>
border-color css
<style>
span { border-color: #C9E1BD; }
span { border-color: rgb(201,225,189); }
td.TdClassName
{
border-color: #C9E1BD;
}
.TagClassName
{
border-color: #C9E1BD;
}
</style>