Shades of Surf Crest #C9D6C4
Tints of Surf Crest #C9D6C4
RGB
CMYK
RGB Variations
Color information
#C9D6C4 (or 0xC9D6C4) is known color: Surf Crest. HEX triplet: C9, D6 and C4. RGB value is (201,214,196). Sum of RGB (Red+Green+Blue) = 201+214+196=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D6C4 is #36293B. Grayscale: #D0D0D0. Windows color (decimal): -3549500 or 12900041. OLE color: 12900041.
HSL color Cylindrical-coordinate representation of color #C9D6C4: hue angle of 103.33º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9D6C4 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 196 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.16 |
| HSL | 103.33º | 0.18% | 0.8% | - |
| HSV(B) | 103.33º | 0.08% | 0.84% | - |
| XYZ | 58.1 | 64.5 | 61.61 | - |
| YUV | 208.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 196 | 0.06 | 0 | 0.08 | 0.16 | 103.33 | 0.18 | 0.8 |
| Hex | C9 | D6 | C4 | 6 | 0 | 8 | 10 | 67 | 12 | 50 |
| Octal | 311 | 326 | 304 | 6 | 0 | 10 | 20 | 147 | 22 | 120 |
| Binary | 11001001 | 11010110 | 11000100 | 110 | 0 | 1000 | 10000 | 1100111 | 10010 | 1010000 |
Color Harmonies of #C9D6C4
Complementary color
Monochromatic Colors of #C9D6C4
Black with #C9D6C4
Text Example
Text Example
White with #C9D6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D6C4; }
p { color: rgb(201,214,196); }
H1.HeaderClassName
{
color: #C9D6C4;
}
.AnyTagClassName
{
color: #C9D6C4;
}
</style>
background-color css
<style>
a { background-color: #C9D6C4; }
a { background-color: rgb(201,214,196); }
div.DivClassName
{
background-color: #C9D6C4;
}
.BgClassName
{
background-color: #C9D6C4;
}
</style>
border-color css
<style>
span { border-color: #C9D6C4; }
span { border-color: rgb(201,214,196); }
td.TdClassName
{
border-color: #C9D6C4;
}
.TagClassName
{
border-color: #C9D6C4;
}
</style>