Shades of Surf Crest #C9DBC5
Tints of Surf Crest #C9DBC5
RGB
CMYK
RGB Variations
Color information
#C9DBC5 (or 0xC9DBC5) is known color: Surf Crest. HEX triplet: C9, DB and C5. RGB value is (201,219,197). Sum of RGB (Red+Green+Blue) = 201+219+197=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBC5 is #36243A. Grayscale: #D3D3D3. Windows color (decimal): -3548219 or 12966857. OLE color: 12966857.
HSL color Cylindrical-coordinate representation of color #C9DBC5: hue angle of 109.09º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DBC5 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 197 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.14 |
| HSL | 109.09º | 0.23% | 0.82% | - |
| HSV(B) | 109.09º | 0.1% | 0.86% | - |
| XYZ | 59.5 | 67.11 | 62.64 | - |
| YUV | 211.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 197 | 0.08 | 0 | 0.10 | 0.14 | 109.09 | 0.23 | 0.82 |
| Hex | C9 | DB | C5 | 8 | 0 | A | E | 6D | 17 | 52 |
| Octal | 311 | 333 | 305 | 10 | 0 | 12 | 16 | 155 | 27 | 122 |
| Binary | 11001001 | 11011011 | 11000101 | 1000 | 0 | 1010 | 1110 | 1101101 | 10111 | 1010010 |
Color Harmonies of #C9DBC5
Complementary color
Monochromatic Colors of #C9DBC5
Black with #C9DBC5
Text Example
Text Example
White with #C9DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBC5; }
p { color: rgb(201,219,197); }
H1.HeaderClassName
{
color: #C9DBC5;
}
.AnyTagClassName
{
color: #C9DBC5;
}
</style>
background-color css
<style>
a { background-color: #C9DBC5; }
a { background-color: rgb(201,219,197); }
div.DivClassName
{
background-color: #C9DBC5;
}
.BgClassName
{
background-color: #C9DBC5;
}
</style>
border-color css
<style>
span { border-color: #C9DBC5; }
span { border-color: rgb(201,219,197); }
td.TdClassName
{
border-color: #C9DBC5;
}
.TagClassName
{
border-color: #C9DBC5;
}
</style>