Shades of Surf Crest #C7DAC3
Tints of Surf Crest #C7DAC3
RGB
CMYK
RGB Variations
Color information
#C7DAC3 (or 0xC7DAC3) is known color: Surf Crest. HEX triplet: C7, DA and C3. RGB value is (199,218,195). Sum of RGB (Red+Green+Blue) = 199+218+195=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DAC3 is #38253C. Grayscale: #D1D1D1. Windows color (decimal): -3679549 or 12835527. OLE color: 12835527.
HSL color Cylindrical-coordinate representation of color #C7DAC3: hue angle of 109.57º degrees, saturation: 0.24, 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 #C7DAC3 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 218 | 195 | - |
CMYK | 0.09 | 0 | 0.11 | 0.15 |
HSL | 109.57º | 0.24% | 0.81% | - |
HSV(B) | 109.57º | 0.11% | 0.85% | - |
XYZ | 58.47 | 66.23 | 61.33 | - |
YUV | 209.7 | 119.71 | 120.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 218 | 195 | 0.09 | 0 | 0.11 | 0.15 | 109.57 | 0.24 | 0.81 |
Hex | C7 | DA | C3 | 9 | 0 | B | F | 6E | 18 | 51 |
Octal | 307 | 332 | 303 | 11 | 0 | 13 | 17 | 156 | 30 | 121 |
Binary | 11000111 | 11011010 | 11000011 | 1001 | 0 | 1011 | 1111 | 1101110 | 11000 | 1010001 |
Color Harmonies of #C7DAC3
Complementary color
Monochromatic Colors of #C7DAC3
Black with #C7DAC3
Text Example
Text Example
White with #C7DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAC3; }
p { color: rgb(199,218,195); }
H1.HeaderClassName
{
color: #C7DAC3;
}
.AnyTagClassName
{
color: #C7DAC3;
}
</style>
background-color css
<style>
a { background-color: #C7DAC3; }
a { background-color: rgb(199,218,195); }
div.DivClassName
{
background-color: #C7DAC3;
}
.BgClassName
{
background-color: #C7DAC3;
}
</style>
border-color css
<style>
span { border-color: #C7DAC3; }
span { border-color: rgb(199,218,195); }
td.TdClassName
{
border-color: #C7DAC3;
}
.TagClassName
{
border-color: #C7DAC3;
}
</style>