Shades of Surf Crest #C9DFBC
Tints of Surf Crest #C9DFBC
RGB
CMYK
RGB Variations
Color information
#C9DFBC (or 0xC9DFBC) is known color: Surf Crest. HEX triplet: C9, DF and BC. RGB value is (201,223,188). Sum of RGB (Red+Green+Blue) = 201+223+188=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFBC is #362043. Grayscale: #D4D4D4. Windows color (decimal): -3547204 or 12378057. OLE color: 12378057.
HSL color Cylindrical-coordinate representation of color #C9DFBC: hue angle of 97.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9DFBC is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 188 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.13 |
| HSL | 97.71º | 0.35% | 0.81% | - |
| HSV(B) | 97.71º | 0.16% | 0.87% | - |
| XYZ | 59.55 | 68.82 | 57.72 | - |
| YUV | 212.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 188 | 0.10 | 0 | 0.16 | 0.13 | 97.71 | 0.35 | 0.81 |
| Hex | C9 | DF | BC | A | 0 | 10 | D | 62 | 23 | 51 |
| Octal | 311 | 337 | 274 | 12 | 0 | 20 | 15 | 142 | 43 | 121 |
| Binary | 11001001 | 11011111 | 10111100 | 1010 | 0 | 10000 | 1101 | 1100010 | 100011 | 1010001 |
Color Harmonies of #C9DFBC
Complementary color
Monochromatic Colors of #C9DFBC
Black with #C9DFBC
Text Example
Text Example
White with #C9DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DFBC; }
p { color: rgb(201,223,188); }
H1.HeaderClassName
{
color: #C9DFBC;
}
.AnyTagClassName
{
color: #C9DFBC;
}
</style>
background-color css
<style>
a { background-color: #C9DFBC; }
a { background-color: rgb(201,223,188); }
div.DivClassName
{
background-color: #C9DFBC;
}
.BgClassName
{
background-color: #C9DFBC;
}
</style>
border-color css
<style>
span { border-color: #C9DFBC; }
span { border-color: rgb(201,223,188); }
td.TdClassName
{
border-color: #C9DFBC;
}
.TagClassName
{
border-color: #C9DFBC;
}
</style>