Shades of Surf Crest #C5DAC1
Tints of Surf Crest #C5DAC1
RGB
CMYK
RGB Variations
Color information
#C5DAC1 (or 0xC5DAC1) is known color: Surf Crest. HEX triplet: C5, DA and C1. RGB value is (197,218,193). Sum of RGB (Red+Green+Blue) = 197+218+193=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DAC1 is #3A253E. Grayscale: #D0D0D0. Windows color (decimal): -3810623 or 12704453. OLE color: 12704453.
HSL color Cylindrical-coordinate representation of color #C5DAC1: hue angle of 110.4º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DAC1 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 193 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.15 |
| HSL | 110.4º | 0.25% | 0.81% | - |
| HSV(B) | 110.4º | 0.11% | 0.85% | - |
| XYZ | 57.72 | 65.86 | 60.12 | - |
| YUV | 208.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 193 | 0.10 | 0 | 0.11 | 0.15 | 110.4 | 0.25 | 0.81 |
| Hex | C5 | DA | C1 | A | 0 | B | F | 6E | 19 | 51 |
| Octal | 305 | 332 | 301 | 12 | 0 | 13 | 17 | 156 | 31 | 121 |
| Binary | 11000101 | 11011010 | 11000001 | 1010 | 0 | 1011 | 1111 | 1101110 | 11001 | 1010001 |
Color Harmonies of #C5DAC1
Complementary color
Monochromatic Colors of #C5DAC1
Black with #C5DAC1
Text Example
Text Example
White with #C5DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAC1; }
p { color: rgb(197,218,193); }
H1.HeaderClassName
{
color: #C5DAC1;
}
.AnyTagClassName
{
color: #C5DAC1;
}
</style>
background-color css
<style>
a { background-color: #C5DAC1; }
a { background-color: rgb(197,218,193); }
div.DivClassName
{
background-color: #C5DAC1;
}
.BgClassName
{
background-color: #C5DAC1;
}
</style>
border-color css
<style>
span { border-color: #C5DAC1; }
span { border-color: rgb(197,218,193); }
td.TdClassName
{
border-color: #C5DAC1;
}
.TagClassName
{
border-color: #C5DAC1;
}
</style>