Shades of Surf Crest #C9E0BD
Tints of Surf Crest #C9E0BD
RGB
CMYK
RGB Variations
Color information
#C9E0BD (or 0xC9E0BD) is known color: Surf Crest. HEX triplet: C9, E0 and BD. RGB value is (201,224,189). Sum of RGB (Red+Green+Blue) = 201+224+189=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E0BD is #361F42. Grayscale: #D5D5D5. Windows color (decimal): -3546947 or 12443849. OLE color: 12443849.
HSL color Cylindrical-coordinate representation of color #C9E0BD: hue angle of 99.43º degrees, saturation: 0.36, 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 #C9E0BD is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 224 | 189 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.12 |
| HSL | 99.43º | 0.36% | 0.81% | - |
| HSV(B) | 99.43º | 0.16% | 0.88% | - |
| XYZ | 59.93 | 69.4 | 58.38 | - |
| YUV | 213.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 224 | 189 | 0.10 | 0 | 0.16 | 0.12 | 99.43 | 0.36 | 0.81 |
| Hex | C9 | E0 | BD | A | 0 | 10 | C | 63 | 24 | 51 |
| Octal | 311 | 340 | 275 | 12 | 0 | 20 | 14 | 143 | 44 | 121 |
| Binary | 11001001 | 11100000 | 10111101 | 1010 | 0 | 10000 | 1100 | 1100011 | 100100 | 1010001 |
Color Harmonies of #C9E0BD
Complementary color
Monochromatic Colors of #C9E0BD
Black with #C9E0BD
Text Example
Text Example
White with #C9E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E0BD; }
p { color: rgb(201,224,189); }
H1.HeaderClassName
{
color: #C9E0BD;
}
.AnyTagClassName
{
color: #C9E0BD;
}
</style>
background-color css
<style>
a { background-color: #C9E0BD; }
a { background-color: rgb(201,224,189); }
div.DivClassName
{
background-color: #C9E0BD;
}
.BgClassName
{
background-color: #C9E0BD;
}
</style>
border-color css
<style>
span { border-color: #C9E0BD; }
span { border-color: rgb(201,224,189); }
td.TdClassName
{
border-color: #C9E0BD;
}
.TagClassName
{
border-color: #C9E0BD;
}
</style>