Shades of Surf Crest #C9DAC4
Tints of Surf Crest #C9DAC4
RGB
CMYK
RGB Variations
Color information
#C9DAC4 (or 0xC9DAC4) is known color: Surf Crest. HEX triplet: C9, DA and C4. RGB value is (201,218,196). Sum of RGB (Red+Green+Blue) = 201+218+196=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAC4 is #36253B. Grayscale: #D2D2D2. Windows color (decimal): -3548476 or 12901065. OLE color: 12901065.
HSL color Cylindrical-coordinate representation of color #C9DAC4: hue angle of 106.36º degrees, saturation: 0.23, 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 #C9DAC4 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 196 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.15 |
| HSL | 106.36º | 0.23% | 0.81% | - |
| HSV(B) | 106.36º | 0.1% | 0.85% | - |
| XYZ | 59.12 | 66.55 | 61.95 | - |
| YUV | 210.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 196 | 0.08 | 0 | 0.10 | 0.15 | 106.36 | 0.23 | 0.81 |
| Hex | C9 | DA | C4 | 8 | 0 | A | F | 6A | 17 | 51 |
| Octal | 311 | 332 | 304 | 10 | 0 | 12 | 17 | 152 | 27 | 121 |
| Binary | 11001001 | 11011010 | 11000100 | 1000 | 0 | 1010 | 1111 | 1101010 | 10111 | 1010001 |
Color Harmonies of #C9DAC4
Complementary color
Monochromatic Colors of #C9DAC4
Black with #C9DAC4
Text Example
Text Example
White with #C9DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DAC4; }
p { color: rgb(201,218,196); }
H1.HeaderClassName
{
color: #C9DAC4;
}
.AnyTagClassName
{
color: #C9DAC4;
}
</style>
background-color css
<style>
a { background-color: #C9DAC4; }
a { background-color: rgb(201,218,196); }
div.DivClassName
{
background-color: #C9DAC4;
}
.BgClassName
{
background-color: #C9DAC4;
}
</style>
border-color css
<style>
span { border-color: #C9DAC4; }
span { border-color: rgb(201,218,196); }
td.TdClassName
{
border-color: #C9DAC4;
}
.TagClassName
{
border-color: #C9DAC4;
}
</style>