Shades of Surf Crest #C7DAB5
Tints of Surf Crest #C7DAB5
RGB
CMYK
RGB Variations
Color information
#C7DAB5 (or 0xC7DAB5) is known color: Surf Crest. HEX triplet: C7, DA and B5. RGB value is (199,218,181). Sum of RGB (Red+Green+Blue) = 199+218+181=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DAB5 is #38254A. Grayscale: #D0D0D0. Windows color (decimal): -3679563 or 11918023. OLE color: 11918023.
HSL color Cylindrical-coordinate representation of color #C7DAB5: hue angle of 90.81º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7DAB5 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 218 | 181 | - |
CMYK | 0.09 | 0 | 0.17 | 0.15 |
HSL | 90.81º | 0.33% | 0.78% | - |
HSV(B) | 90.81º | 0.17% | 0.85% | - |
XYZ | 56.97 | 65.62 | 53.38 | - |
YUV | 208.1 | 112.71 | 121.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 218 | 181 | 0.09 | 0 | 0.17 | 0.15 | 90.81 | 0.33 | 0.78 |
Hex | C7 | DA | B5 | 9 | 0 | 11 | F | 5B | 21 | 4E |
Octal | 307 | 332 | 265 | 11 | 0 | 21 | 17 | 133 | 41 | 116 |
Binary | 11000111 | 11011010 | 10110101 | 1001 | 0 | 10001 | 1111 | 1011011 | 100001 | 1001110 |
Color Harmonies of #C7DAB5
Complementary color
Monochromatic Colors of #C7DAB5
Black with #C7DAB5
Text Example
Text Example
White with #C7DAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAB5; }
p { color: rgb(199,218,181); }
H1.HeaderClassName
{
color: #C7DAB5;
}
.AnyTagClassName
{
color: #C7DAB5;
}
</style>
background-color css
<style>
a { background-color: #C7DAB5; }
a { background-color: rgb(199,218,181); }
div.DivClassName
{
background-color: #C7DAB5;
}
.BgClassName
{
background-color: #C7DAB5;
}
</style>
border-color css
<style>
span { border-color: #C7DAB5; }
span { border-color: rgb(199,218,181); }
td.TdClassName
{
border-color: #C7DAB5;
}
.TagClassName
{
border-color: #C7DAB5;
}
</style>