Shades of Surf Crest #C5DCC1
Tints of Surf Crest #C5DCC1
RGB
CMYK
RGB Variations
Color information
#C5DCC1 (or 0xC5DCC1) is known color: Surf Crest. HEX triplet: C5, DC and C1. RGB value is (197,220,193). Sum of RGB (Red+Green+Blue) = 197+220+193=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCC1 is #3A233E. Grayscale: #D2D2D2. Windows color (decimal): -3810111 or 12704965. OLE color: 12704965.
HSL color Cylindrical-coordinate representation of color #C5DCC1: hue angle of 111.11º degrees, saturation: 0.28, 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 #C5DCC1 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 193 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.14 |
| HSL | 111.11º | 0.28% | 0.81% | - |
| HSV(B) | 111.11º | 0.12% | 0.86% | - |
| XYZ | 58.24 | 66.91 | 60.3 | - |
| YUV | 210.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 193 | 0.10 | 0 | 0.12 | 0.14 | 111.11 | 0.28 | 0.81 |
| Hex | C5 | DC | C1 | A | 0 | C | E | 6F | 1C | 51 |
| Octal | 305 | 334 | 301 | 12 | 0 | 14 | 16 | 157 | 34 | 121 |
| Binary | 11000101 | 11011100 | 11000001 | 1010 | 0 | 1100 | 1110 | 1101111 | 11100 | 1010001 |
Color Harmonies of #C5DCC1
Complementary color
Monochromatic Colors of #C5DCC1
Black with #C5DCC1
Text Example
Text Example
White with #C5DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCC1; }
p { color: rgb(197,220,193); }
H1.HeaderClassName
{
color: #C5DCC1;
}
.AnyTagClassName
{
color: #C5DCC1;
}
</style>
background-color css
<style>
a { background-color: #C5DCC1; }
a { background-color: rgb(197,220,193); }
div.DivClassName
{
background-color: #C5DCC1;
}
.BgClassName
{
background-color: #C5DCC1;
}
</style>
border-color css
<style>
span { border-color: #C5DCC1; }
span { border-color: rgb(197,220,193); }
td.TdClassName
{
border-color: #C5DCC1;
}
.TagClassName
{
border-color: #C5DCC1;
}
</style>