Shades of Surf Crest #C9DBC3
Tints of Surf Crest #C9DBC3
RGB
CMYK
RGB Variations
Color information
#C9DBC3 (or 0xC9DBC3) is known color: Surf Crest. HEX triplet: C9, DB and C3. RGB value is (201,219,195). Sum of RGB (Red+Green+Blue) = 201+219+195=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBC3 is #36243C. Grayscale: #D2D2D2. Windows color (decimal): -3548221 or 12835785. OLE color: 12835785.
HSL color Cylindrical-coordinate representation of color #C9DBC3: hue angle of 105º degrees, saturation: 0.25, 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 #C9DBC3 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 195 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.14 |
| HSL | 105º | 0.25% | 0.81% | - |
| HSV(B) | 105º | 0.11% | 0.86% | - |
| XYZ | 59.27 | 67.02 | 61.44 | - |
| YUV | 210.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 195 | 0.08 | 0 | 0.11 | 0.14 | 105 | 0.25 | 0.81 |
| Hex | C9 | DB | C3 | 8 | 0 | B | E | 69 | 19 | 51 |
| Octal | 311 | 333 | 303 | 10 | 0 | 13 | 16 | 151 | 31 | 121 |
| Binary | 11001001 | 11011011 | 11000011 | 1000 | 0 | 1011 | 1110 | 1101001 | 11001 | 1010001 |
Color Harmonies of #C9DBC3
Complementary color
Monochromatic Colors of #C9DBC3
Black with #C9DBC3
Text Example
Text Example
White with #C9DBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBC3; }
p { color: rgb(201,219,195); }
H1.HeaderClassName
{
color: #C9DBC3;
}
.AnyTagClassName
{
color: #C9DBC3;
}
</style>
background-color css
<style>
a { background-color: #C9DBC3; }
a { background-color: rgb(201,219,195); }
div.DivClassName
{
background-color: #C9DBC3;
}
.BgClassName
{
background-color: #C9DBC3;
}
</style>
border-color css
<style>
span { border-color: #C9DBC3; }
span { border-color: rgb(201,219,195); }
td.TdClassName
{
border-color: #C9DBC3;
}
.TagClassName
{
border-color: #C9DBC3;
}
</style>