Shades of Surf Crest #C9E2BD
Tints of Surf Crest #C9E2BD
RGB
CMYK
RGB Variations
Color information
#C9E2BD (or 0xC9E2BD) is known color: Surf Crest. HEX triplet: C9, E2 and BD. RGB value is (201,226,189). Sum of RGB (Red+Green+Blue) = 201+226+189=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #C9E2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E2BD is #361D42. Grayscale: #D6D6D6. Windows color (decimal): -3546435 or 12444361. OLE color: 12444361.
HSL color Cylindrical-coordinate representation of color #C9E2BD: hue angle of 100.54º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9E2BD is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 226 | 189 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.11 |
| HSL | 100.54º | 0.39% | 0.81% | - |
| HSV(B) | 100.54º | 0.16% | 0.89% | - |
| XYZ | 60.47 | 70.48 | 58.56 | - |
| YUV | 214.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 226 | 189 | 0.11 | 0 | 0.16 | 0.11 | 100.54 | 0.39 | 0.81 |
| Hex | C9 | E2 | BD | B | 0 | 10 | B | 65 | 27 | 51 |
| Octal | 311 | 342 | 275 | 13 | 0 | 20 | 13 | 145 | 47 | 121 |
| Binary | 11001001 | 11100010 | 10111101 | 1011 | 0 | 10000 | 1011 | 1100101 | 100111 | 1010001 |
Color Harmonies of #C9E2BD
Complementary color
Monochromatic Colors of #C9E2BD
Black with #C9E2BD
Text Example
Text Example
White with #C9E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E2BD; }
p { color: rgb(201,226,189); }
H1.HeaderClassName
{
color: #C9E2BD;
}
.AnyTagClassName
{
color: #C9E2BD;
}
</style>
background-color css
<style>
a { background-color: #C9E2BD; }
a { background-color: rgb(201,226,189); }
div.DivClassName
{
background-color: #C9E2BD;
}
.BgClassName
{
background-color: #C9E2BD;
}
</style>
border-color css
<style>
span { border-color: #C9E2BD; }
span { border-color: rgb(201,226,189); }
td.TdClassName
{
border-color: #C9E2BD;
}
.TagClassName
{
border-color: #C9E2BD;
}
</style>