Shades of Surf Crest #C5DAB8
Tints of Surf Crest #C5DAB8
RGB
CMYK
RGB Variations
Color information
#C5DAB8 (or 0xC5DAB8) is known color: Surf Crest. HEX triplet: C5, DA and B8. RGB value is (197,218,184). Sum of RGB (Red+Green+Blue) = 197+218+184=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DAB8 is #3A2547. Grayscale: #CFCFCF. Windows color (decimal): -3810632 or 12114629. OLE color: 12114629.
HSL color Cylindrical-coordinate representation of color #C5DAB8: hue angle of 97.06º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5DAB8 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 184 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.15 |
| HSL | 97.06º | 0.31% | 0.79% | - |
| HSV(B) | 97.06º | 0.16% | 0.85% | - |
| XYZ | 56.75 | 65.47 | 54.99 | - |
| YUV | 207.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 184 | 0.10 | 0 | 0.16 | 0.15 | 97.06 | 0.31 | 0.79 |
| Hex | C5 | DA | B8 | A | 0 | 10 | F | 61 | 1F | 4F |
| Octal | 305 | 332 | 270 | 12 | 0 | 20 | 17 | 141 | 37 | 117 |
| Binary | 11000101 | 11011010 | 10111000 | 1010 | 0 | 10000 | 1111 | 1100001 | 11111 | 1001111 |
Color Harmonies of #C5DAB8
Complementary color
Monochromatic Colors of #C5DAB8
Black with #C5DAB8
Text Example
Text Example
White with #C5DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAB8; }
p { color: rgb(197,218,184); }
H1.HeaderClassName
{
color: #C5DAB8;
}
.AnyTagClassName
{
color: #C5DAB8;
}
</style>
background-color css
<style>
a { background-color: #C5DAB8; }
a { background-color: rgb(197,218,184); }
div.DivClassName
{
background-color: #C5DAB8;
}
.BgClassName
{
background-color: #C5DAB8;
}
</style>
border-color css
<style>
span { border-color: #C5DAB8; }
span { border-color: rgb(197,218,184); }
td.TdClassName
{
border-color: #C5DAB8;
}
.TagClassName
{
border-color: #C5DAB8;
}
</style>