Shades of Surf Crest #C9DDBF
Tints of Surf Crest #C9DDBF
RGB
CMYK
RGB Variations
Color information
#C9DDBF (or 0xC9DDBF) is known color: Surf Crest. HEX triplet: C9, DD and BF. RGB value is (201,221,191). Sum of RGB (Red+Green+Blue) = 201+221+191=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDBF is #362240. Grayscale: #D3D3D3. Windows color (decimal): -3547713 or 12574153. OLE color: 12574153.
HSL color Cylindrical-coordinate representation of color #C9DDBF: hue angle of 100º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9DDBF is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 191 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.13 |
| HSL | 100º | 0.31% | 0.81% | - |
| HSV(B) | 100º | 0.14% | 0.87% | - |
| XYZ | 59.35 | 67.89 | 59.27 | - |
| YUV | 211.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 191 | 0.09 | 0 | 0.14 | 0.13 | 100 | 0.31 | 0.81 |
| Hex | C9 | DD | BF | 9 | 0 | E | D | 64 | 1F | 51 |
| Octal | 311 | 335 | 277 | 11 | 0 | 16 | 15 | 144 | 37 | 121 |
| Binary | 11001001 | 11011101 | 10111111 | 1001 | 0 | 1110 | 1101 | 1100100 | 11111 | 1010001 |
Color Harmonies of #C9DDBF
Complementary color
Monochromatic Colors of #C9DDBF
Black with #C9DDBF
Text Example
Text Example
White with #C9DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDBF; }
p { color: rgb(201,221,191); }
H1.HeaderClassName
{
color: #C9DDBF;
}
.AnyTagClassName
{
color: #C9DDBF;
}
</style>
background-color css
<style>
a { background-color: #C9DDBF; }
a { background-color: rgb(201,221,191); }
div.DivClassName
{
background-color: #C9DDBF;
}
.BgClassName
{
background-color: #C9DDBF;
}
</style>
border-color css
<style>
span { border-color: #C9DDBF; }
span { border-color: rgb(201,221,191); }
td.TdClassName
{
border-color: #C9DDBF;
}
.TagClassName
{
border-color: #C9DDBF;
}
</style>