Shades of Surf Crest #C9DCBF
Tints of Surf Crest #C9DCBF
RGB
CMYK
RGB Variations
Color information
#C9DCBF (or 0xC9DCBF) is known color: Surf Crest. HEX triplet: C9, DC and BF. RGB value is (201,220,191). Sum of RGB (Red+Green+Blue) = 201+220+191=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCBF is #362340. Grayscale: #D3D3D3. Windows color (decimal): -3547969 or 12573897. OLE color: 12573897.
HSL color Cylindrical-coordinate representation of color #C9DCBF: hue angle of 99.31º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9DCBF is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 191 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.14 |
| HSL | 99.31º | 0.29% | 0.81% | - |
| HSV(B) | 99.31º | 0.13% | 0.86% | - |
| XYZ | 59.08 | 67.37 | 59.18 | - |
| YUV | 211.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 191 | 0.09 | 0 | 0.13 | 0.14 | 99.31 | 0.29 | 0.81 |
| Hex | C9 | DC | BF | 9 | 0 | D | E | 63 | 1D | 51 |
| Octal | 311 | 334 | 277 | 11 | 0 | 15 | 16 | 143 | 35 | 121 |
| Binary | 11001001 | 11011100 | 10111111 | 1001 | 0 | 1101 | 1110 | 1100011 | 11101 | 1010001 |
Color Harmonies of #C9DCBF
Complementary color
Monochromatic Colors of #C9DCBF
Black with #C9DCBF
Text Example
Text Example
White with #C9DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCBF; }
p { color: rgb(201,220,191); }
H1.HeaderClassName
{
color: #C9DCBF;
}
.AnyTagClassName
{
color: #C9DCBF;
}
</style>
background-color css
<style>
a { background-color: #C9DCBF; }
a { background-color: rgb(201,220,191); }
div.DivClassName
{
background-color: #C9DCBF;
}
.BgClassName
{
background-color: #C9DCBF;
}
</style>
border-color css
<style>
span { border-color: #C9DCBF; }
span { border-color: rgb(201,220,191); }
td.TdClassName
{
border-color: #C9DCBF;
}
.TagClassName
{
border-color: #C9DCBF;
}
</style>