Shades of Surf Crest #C9DCBC
Tints of Surf Crest #C9DCBC
RGB
CMYK
RGB Variations
Color information
#C9DCBC (or 0xC9DCBC) is known color: Surf Crest. HEX triplet: C9, DC and BC. RGB value is (201,220,188). Sum of RGB (Red+Green+Blue) = 201+220+188=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCBC is #362343. Grayscale: #D2D2D2. Windows color (decimal): -3547972 or 12377289. OLE color: 12377289.
HSL color Cylindrical-coordinate representation of color #C9DCBC: hue angle of 95.62º degrees, saturation: 0.31, 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 #C9DCBC is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 188 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.14 |
| HSL | 95.63º | 0.31% | 0.8% | - |
| HSV(B) | 95.63º | 0.15% | 0.86% | - |
| XYZ | 58.76 | 67.23 | 57.46 | - |
| YUV | 210.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 188 | 0.09 | 0 | 0.15 | 0.14 | 95.63 | 0.31 | 0.8 |
| Hex | C9 | DC | BC | 9 | 0 | F | E | 60 | 1F | 50 |
| Octal | 311 | 334 | 274 | 11 | 0 | 17 | 16 | 140 | 37 | 120 |
| Binary | 11001001 | 11011100 | 10111100 | 1001 | 0 | 1111 | 1110 | 1100000 | 11111 | 1010000 |
Color Harmonies of #C9DCBC
Complementary color
Monochromatic Colors of #C9DCBC
Black with #C9DCBC
Text Example
Text Example
White with #C9DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCBC; }
p { color: rgb(201,220,188); }
H1.HeaderClassName
{
color: #C9DCBC;
}
.AnyTagClassName
{
color: #C9DCBC;
}
</style>
background-color css
<style>
a { background-color: #C9DCBC; }
a { background-color: rgb(201,220,188); }
div.DivClassName
{
background-color: #C9DCBC;
}
.BgClassName
{
background-color: #C9DCBC;
}
</style>
border-color css
<style>
span { border-color: #C9DCBC; }
span { border-color: rgb(201,220,188); }
td.TdClassName
{
border-color: #C9DCBC;
}
.TagClassName
{
border-color: #C9DCBC;
}
</style>