Shades of Surf Crest #C9DCBB
Tints of Surf Crest #C9DCBB
RGB
CMYK
RGB Variations
Color information
#C9DCBB (or 0xC9DCBB) is known color: Surf Crest. HEX triplet: C9, DC and BB. RGB value is (201,220,187). Sum of RGB (Red+Green+Blue) = 201+220+187=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCBB is #362344. Grayscale: #D2D2D2. Windows color (decimal): -3547973 or 12311753. OLE color: 12311753.
HSL color Cylindrical-coordinate representation of color #C9DCBB: hue angle of 94.55º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9DCBB is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 187 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.14 |
| HSL | 94.55º | 0.32% | 0.8% | - |
| HSV(B) | 94.55º | 0.15% | 0.86% | - |
| XYZ | 58.65 | 67.19 | 56.89 | - |
| YUV | 210.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 187 | 0.09 | 0 | 0.15 | 0.14 | 94.55 | 0.32 | 0.8 |
| Hex | C9 | DC | BB | 9 | 0 | F | E | 5F | 20 | 50 |
| Octal | 311 | 334 | 273 | 11 | 0 | 17 | 16 | 137 | 40 | 120 |
| Binary | 11001001 | 11011100 | 10111011 | 1001 | 0 | 1111 | 1110 | 1011111 | 100000 | 1010000 |
Color Harmonies of #C9DCBB
Complementary color
Monochromatic Colors of #C9DCBB
Black with #C9DCBB
Text Example
Text Example
White with #C9DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCBB; }
p { color: rgb(201,220,187); }
H1.HeaderClassName
{
color: #C9DCBB;
}
.AnyTagClassName
{
color: #C9DCBB;
}
</style>
background-color css
<style>
a { background-color: #C9DCBB; }
a { background-color: rgb(201,220,187); }
div.DivClassName
{
background-color: #C9DCBB;
}
.BgClassName
{
background-color: #C9DCBB;
}
</style>
border-color css
<style>
span { border-color: #C9DCBB; }
span { border-color: rgb(201,220,187); }
td.TdClassName
{
border-color: #C9DCBB;
}
.TagClassName
{
border-color: #C9DCBB;
}
</style>