Shades of Surf Crest #C7DAC1
Tints of Surf Crest #C7DAC1
RGB
CMYK
RGB Variations
Color information
#C7DAC1 (or 0xC7DAC1) is known color: Surf Crest. HEX triplet: C7, DA and C1. RGB value is (199,218,193). Sum of RGB (Red+Green+Blue) = 199+218+193=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DAC1 is #38253E. Grayscale: #D1D1D1. Windows color (decimal): -3679551 or 12704455. OLE color: 12704455.
HSL color Cylindrical-coordinate representation of color #C7DAC1: hue angle of 105.6º 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 #C7DAC1 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 193 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.15 |
| HSL | 105.6º | 0.25% | 0.81% | - |
| HSV(B) | 105.6º | 0.11% | 0.85% | - |
| XYZ | 58.25 | 66.14 | 60.15 | - |
| YUV | 209.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 193 | 0.09 | 0 | 0.11 | 0.15 | 105.6 | 0.25 | 0.81 |
| Hex | C7 | DA | C1 | 9 | 0 | B | F | 6A | 19 | 51 |
| Octal | 307 | 332 | 301 | 11 | 0 | 13 | 17 | 152 | 31 | 121 |
| Binary | 11000111 | 11011010 | 11000001 | 1001 | 0 | 1011 | 1111 | 1101010 | 11001 | 1010001 |
Color Harmonies of #C7DAC1
Complementary color
Monochromatic Colors of #C7DAC1
Black with #C7DAC1
Text Example
Text Example
White with #C7DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAC1; }
p { color: rgb(199,218,193); }
H1.HeaderClassName
{
color: #C7DAC1;
}
.AnyTagClassName
{
color: #C7DAC1;
}
</style>
background-color css
<style>
a { background-color: #C7DAC1; }
a { background-color: rgb(199,218,193); }
div.DivClassName
{
background-color: #C7DAC1;
}
.BgClassName
{
background-color: #C7DAC1;
}
</style>
border-color css
<style>
span { border-color: #C7DAC1; }
span { border-color: rgb(199,218,193); }
td.TdClassName
{
border-color: #C7DAC1;
}
.TagClassName
{
border-color: #C7DAC1;
}
</style>