Shades of Surf Crest #C5DBC1
Tints of Surf Crest #C5DBC1
RGB
CMYK
RGB Variations
Color information
#C5DBC1 (or 0xC5DBC1) is known color: Surf Crest. HEX triplet: C5, DB and C1. RGB value is (197,219,193). Sum of RGB (Red+Green+Blue) = 197+219+193=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBC1 is #3A243E. Grayscale: #D1D1D1. Windows color (decimal): -3810367 or 12704709. OLE color: 12704709.
HSL color Cylindrical-coordinate representation of color #C5DBC1: hue angle of 110.77º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DBC1 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 193 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.14 |
| HSL | 110.77º | 0.27% | 0.81% | - |
| HSV(B) | 110.77º | 0.12% | 0.86% | - |
| XYZ | 57.98 | 66.38 | 60.21 | - |
| YUV | 209.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 193 | 0.10 | 0 | 0.12 | 0.14 | 110.77 | 0.27 | 0.81 |
| Hex | C5 | DB | C1 | A | 0 | C | E | 6F | 1B | 51 |
| Octal | 305 | 333 | 301 | 12 | 0 | 14 | 16 | 157 | 33 | 121 |
| Binary | 11000101 | 11011011 | 11000001 | 1010 | 0 | 1100 | 1110 | 1101111 | 11011 | 1010001 |
Color Harmonies of #C5DBC1
Complementary color
Monochromatic Colors of #C5DBC1
Black with #C5DBC1
Text Example
Text Example
White with #C5DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBC1; }
p { color: rgb(197,219,193); }
H1.HeaderClassName
{
color: #C5DBC1;
}
.AnyTagClassName
{
color: #C5DBC1;
}
</style>
background-color css
<style>
a { background-color: #C5DBC1; }
a { background-color: rgb(197,219,193); }
div.DivClassName
{
background-color: #C5DBC1;
}
.BgClassName
{
background-color: #C5DBC1;
}
</style>
border-color css
<style>
span { border-color: #C5DBC1; }
span { border-color: rgb(197,219,193); }
td.TdClassName
{
border-color: #C5DBC1;
}
.TagClassName
{
border-color: #C5DBC1;
}
</style>