Shades of Surf Crest #C9DBC2
Tints of Surf Crest #C9DBC2
RGB
CMYK
RGB Variations
Color information
#C9DBC2 (or 0xC9DBC2) is known color: Surf Crest. HEX triplet: C9, DB and C2. RGB value is (201,219,194). Sum of RGB (Red+Green+Blue) = 201+219+194=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBC2 is #36243D. Grayscale: #D2D2D2. Windows color (decimal): -3548222 or 12770249. OLE color: 12770249.
HSL color Cylindrical-coordinate representation of color #C9DBC2: hue angle of 103.2º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9DBC2 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 194 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.14 |
| HSL | 103.2º | 0.26% | 0.81% | - |
| HSV(B) | 103.2º | 0.11% | 0.86% | - |
| XYZ | 59.16 | 66.98 | 60.85 | - |
| YUV | 210.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 194 | 0.08 | 0 | 0.11 | 0.14 | 103.2 | 0.26 | 0.81 |
| Hex | C9 | DB | C2 | 8 | 0 | B | E | 67 | 1A | 51 |
| Octal | 311 | 333 | 302 | 10 | 0 | 13 | 16 | 147 | 32 | 121 |
| Binary | 11001001 | 11011011 | 11000010 | 1000 | 0 | 1011 | 1110 | 1100111 | 11010 | 1010001 |
Color Harmonies of #C9DBC2
Complementary color
Monochromatic Colors of #C9DBC2
Black with #C9DBC2
Text Example
Text Example
White with #C9DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBC2; }
p { color: rgb(201,219,194); }
H1.HeaderClassName
{
color: #C9DBC2;
}
.AnyTagClassName
{
color: #C9DBC2;
}
</style>
background-color css
<style>
a { background-color: #C9DBC2; }
a { background-color: rgb(201,219,194); }
div.DivClassName
{
background-color: #C9DBC2;
}
.BgClassName
{
background-color: #C9DBC2;
}
</style>
border-color css
<style>
span { border-color: #C9DBC2; }
span { border-color: rgb(201,219,194); }
td.TdClassName
{
border-color: #C9DBC2;
}
.TagClassName
{
border-color: #C9DBC2;
}
</style>