Shades of Surf Crest #C9DAC5
Tints of Surf Crest #C9DAC5
RGB
CMYK
RGB Variations
Color information
#C9DAC5 (or 0xC9DAC5) is known color: Surf Crest. HEX triplet: C9, DA and C5. RGB value is (201,218,197). Sum of RGB (Red+Green+Blue) = 201+218+197=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAC5 is #36253A. Grayscale: #D2D2D2. Windows color (decimal): -3548475 or 12966601. OLE color: 12966601.
HSL color Cylindrical-coordinate representation of color #C9DAC5: hue angle of 108.57º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DAC5 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 197 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.15 |
| HSL | 108.57º | 0.22% | 0.81% | - |
| HSV(B) | 108.57º | 0.1% | 0.85% | - |
| XYZ | 59.24 | 66.59 | 62.55 | - |
| YUV | 210.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 197 | 0.08 | 0 | 0.10 | 0.15 | 108.57 | 0.22 | 0.81 |
| Hex | C9 | DA | C5 | 8 | 0 | A | F | 6D | 16 | 51 |
| Octal | 311 | 332 | 305 | 10 | 0 | 12 | 17 | 155 | 26 | 121 |
| Binary | 11001001 | 11011010 | 11000101 | 1000 | 0 | 1010 | 1111 | 1101101 | 10110 | 1010001 |
Color Harmonies of #C9DAC5
Complementary color
Monochromatic Colors of #C9DAC5
Black with #C9DAC5
Text Example
Text Example
White with #C9DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DAC5; }
p { color: rgb(201,218,197); }
H1.HeaderClassName
{
color: #C9DAC5;
}
.AnyTagClassName
{
color: #C9DAC5;
}
</style>
background-color css
<style>
a { background-color: #C9DAC5; }
a { background-color: rgb(201,218,197); }
div.DivClassName
{
background-color: #C9DAC5;
}
.BgClassName
{
background-color: #C9DAC5;
}
</style>
border-color css
<style>
span { border-color: #C9DAC5; }
span { border-color: rgb(201,218,197); }
td.TdClassName
{
border-color: #C9DAC5;
}
.TagClassName
{
border-color: #C9DAC5;
}
</style>