Shades of Surf Crest #C5DBC2
Tints of Surf Crest #C5DBC2
RGB
CMYK
RGB Variations
Color information
#C5DBC2 (or 0xC5DBC2) is known color: Surf Crest. HEX triplet: C5, DB and C2. RGB value is (197,219,194). Sum of RGB (Red+Green+Blue) = 197+219+194=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBC2 is #3A243D. Grayscale: #D1D1D1. Windows color (decimal): -3810366 or 12770245. OLE color: 12770245.
HSL color Cylindrical-coordinate representation of color #C5DBC2: hue angle of 112.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DBC2 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 194 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.14 |
| HSL | 112.8º | 0.26% | 0.81% | - |
| HSV(B) | 112.8º | 0.11% | 0.86% | - |
| XYZ | 58.1 | 66.43 | 60.8 | - |
| YUV | 209.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 194 | 0.10 | 0 | 0.11 | 0.14 | 112.8 | 0.26 | 0.81 |
| Hex | C5 | DB | C2 | A | 0 | B | E | 71 | 1A | 51 |
| Octal | 305 | 333 | 302 | 12 | 0 | 13 | 16 | 161 | 32 | 121 |
| Binary | 11000101 | 11011011 | 11000010 | 1010 | 0 | 1011 | 1110 | 1110001 | 11010 | 1010001 |
Color Harmonies of #C5DBC2
Complementary color
Monochromatic Colors of #C5DBC2
Black with #C5DBC2
Text Example
Text Example
White with #C5DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBC2; }
p { color: rgb(197,219,194); }
H1.HeaderClassName
{
color: #C5DBC2;
}
.AnyTagClassName
{
color: #C5DBC2;
}
</style>
background-color css
<style>
a { background-color: #C5DBC2; }
a { background-color: rgb(197,219,194); }
div.DivClassName
{
background-color: #C5DBC2;
}
.BgClassName
{
background-color: #C5DBC2;
}
</style>
border-color css
<style>
span { border-color: #C5DBC2; }
span { border-color: rgb(197,219,194); }
td.TdClassName
{
border-color: #C5DBC2;
}
.TagClassName
{
border-color: #C5DBC2;
}
</style>