Shades of Surf Crest #C5DDB9
Tints of Surf Crest #C5DDB9
RGB
CMYK
RGB Variations
Color information
#C5DDB9 (or 0xC5DDB9) is known color: Surf Crest. HEX triplet: C5, DD and B9. RGB value is (197,221,185). Sum of RGB (Red+Green+Blue) = 197+221+185=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDB9 is #3A2246. Grayscale: #D1D1D1. Windows color (decimal): -3809863 or 12180933. OLE color: 12180933.
HSL color Cylindrical-coordinate representation of color #C5DDB9: hue angle of 100º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5DDB9 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 185 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.13 |
| HSL | 100º | 0.35% | 0.8% | - |
| HSV(B) | 100º | 0.16% | 0.87% | - |
| XYZ | 57.64 | 67.09 | 55.81 | - |
| YUV | 209.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 185 | 0.11 | 0 | 0.16 | 0.13 | 100 | 0.35 | 0.8 |
| Hex | C5 | DD | B9 | B | 0 | 10 | D | 64 | 23 | 50 |
| Octal | 305 | 335 | 271 | 13 | 0 | 20 | 15 | 144 | 43 | 120 |
| Binary | 11000101 | 11011101 | 10111001 | 1011 | 0 | 10000 | 1101 | 1100100 | 100011 | 1010000 |
Color Harmonies of #C5DDB9
Complementary color
Monochromatic Colors of #C5DDB9
Black with #C5DDB9
Text Example
Text Example
White with #C5DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDB9; }
p { color: rgb(197,221,185); }
H1.HeaderClassName
{
color: #C5DDB9;
}
.AnyTagClassName
{
color: #C5DDB9;
}
</style>
background-color css
<style>
a { background-color: #C5DDB9; }
a { background-color: rgb(197,221,185); }
div.DivClassName
{
background-color: #C5DDB9;
}
.BgClassName
{
background-color: #C5DDB9;
}
</style>
border-color css
<style>
span { border-color: #C5DDB9; }
span { border-color: rgb(197,221,185); }
td.TdClassName
{
border-color: #C5DDB9;
}
.TagClassName
{
border-color: #C5DDB9;
}
</style>