Shades of Surf Crest #C9DBBD
Tints of Surf Crest #C9DBBD
RGB
CMYK
RGB Variations
Color information
#C9DBBD (or 0xC9DBBD) is known color: Surf Crest. HEX triplet: C9, DB and BD. RGB value is (201,219,189). Sum of RGB (Red+Green+Blue) = 201+219+189=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBBD is #362442. Grayscale: #D2D2D2. Windows color (decimal): -3548227 or 12442569. OLE color: 12442569.
HSL color Cylindrical-coordinate representation of color #C9DBBD: hue angle of 96º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9DBBD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 189 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.14 |
| HSL | 96º | 0.29% | 0.8% | - |
| HSV(B) | 96º | 0.14% | 0.86% | - |
| XYZ | 58.6 | 66.75 | 57.94 | - |
| YUV | 210.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 189 | 0.08 | 0 | 0.14 | 0.14 | 96 | 0.29 | 0.8 |
| Hex | C9 | DB | BD | 8 | 0 | E | E | 60 | 1D | 50 |
| Octal | 311 | 333 | 275 | 10 | 0 | 16 | 16 | 140 | 35 | 120 |
| Binary | 11001001 | 11011011 | 10111101 | 1000 | 0 | 1110 | 1110 | 1100000 | 11101 | 1010000 |
Color Harmonies of #C9DBBD
Complementary color
Monochromatic Colors of #C9DBBD
Black with #C9DBBD
Text Example
Text Example
White with #C9DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBBD; }
p { color: rgb(201,219,189); }
H1.HeaderClassName
{
color: #C9DBBD;
}
.AnyTagClassName
{
color: #C9DBBD;
}
</style>
background-color css
<style>
a { background-color: #C9DBBD; }
a { background-color: rgb(201,219,189); }
div.DivClassName
{
background-color: #C9DBBD;
}
.BgClassName
{
background-color: #C9DBBD;
}
</style>
border-color css
<style>
span { border-color: #C9DBBD; }
span { border-color: rgb(201,219,189); }
td.TdClassName
{
border-color: #C9DBBD;
}
.TagClassName
{
border-color: #C9DBBD;
}
</style>