Shades of Surf Crest #C9DDBC
Tints of Surf Crest #C9DDBC
RGB
CMYK
RGB Variations
Color information
#C9DDBC (or 0xC9DDBC) is known color: Surf Crest. HEX triplet: C9, DD and BC. RGB value is (201,221,188). Sum of RGB (Red+Green+Blue) = 201+221+188=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDBC is #362243. Grayscale: #D3D3D3. Windows color (decimal): -3547716 or 12377545. OLE color: 12377545.
HSL color Cylindrical-coordinate representation of color #C9DDBC: hue angle of 96.36º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9DDBC is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 188 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.13 |
| HSL | 96.36º | 0.33% | 0.8% | - |
| HSV(B) | 96.36º | 0.15% | 0.87% | - |
| XYZ | 59.02 | 67.76 | 57.55 | - |
| YUV | 211.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 188 | 0.09 | 0 | 0.15 | 0.13 | 96.36 | 0.33 | 0.8 |
| Hex | C9 | DD | BC | 9 | 0 | F | D | 60 | 21 | 50 |
| Octal | 311 | 335 | 274 | 11 | 0 | 17 | 15 | 140 | 41 | 120 |
| Binary | 11001001 | 11011101 | 10111100 | 1001 | 0 | 1111 | 1101 | 1100000 | 100001 | 1010000 |
Color Harmonies of #C9DDBC
Complementary color
Monochromatic Colors of #C9DDBC
Black with #C9DDBC
Text Example
Text Example
White with #C9DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDBC; }
p { color: rgb(201,221,188); }
H1.HeaderClassName
{
color: #C9DDBC;
}
.AnyTagClassName
{
color: #C9DDBC;
}
</style>
background-color css
<style>
a { background-color: #C9DDBC; }
a { background-color: rgb(201,221,188); }
div.DivClassName
{
background-color: #C9DDBC;
}
.BgClassName
{
background-color: #C9DDBC;
}
</style>
border-color css
<style>
span { border-color: #C9DDBC; }
span { border-color: rgb(201,221,188); }
td.TdClassName
{
border-color: #C9DDBC;
}
.TagClassName
{
border-color: #C9DDBC;
}
</style>