Shades of Surf Crest #CCD6C9
Tints of Surf Crest #CCD6C9
RGB
CMYK
RGB Variations
Color information
#CCD6C9 (or 0xCCD6C9) is known color: Surf Crest. HEX triplet: CC, D6 and C9. RGB value is (204,214,201). Sum of RGB (Red+Green+Blue) = 204+214+201=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6C9 is #332936. Grayscale: #D1D1D1. Windows color (decimal): -3352887 or 13227724. OLE color: 13227724.
HSL color Cylindrical-coordinate representation of color #CCD6C9: hue angle of 106.15º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD6C9 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 201 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.16 |
| HSL | 106.15º | 0.14% | 0.81% | - |
| HSV(B) | 106.15º | 0.06% | 0.84% | - |
| XYZ | 59.49 | 65.15 | 64.7 | - |
| YUV | 209.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 201 | 0.05 | 0 | 0.06 | 0.16 | 106.15 | 0.14 | 0.81 |
| Hex | CC | D6 | C9 | 5 | 0 | 6 | 10 | 6A | E | 51 |
| Octal | 314 | 326 | 311 | 5 | 0 | 6 | 20 | 152 | 16 | 121 |
| Binary | 11001100 | 11010110 | 11001001 | 101 | 0 | 110 | 10000 | 1101010 | 1110 | 1010001 |
Color Harmonies of #CCD6C9
Complementary color
Monochromatic Colors of #CCD6C9
Black with #CCD6C9
Text Example
Text Example
White with #CCD6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6C9; }
p { color: rgb(204,214,201); }
H1.HeaderClassName
{
color: #CCD6C9;
}
.AnyTagClassName
{
color: #CCD6C9;
}
</style>
background-color css
<style>
a { background-color: #CCD6C9; }
a { background-color: rgb(204,214,201); }
div.DivClassName
{
background-color: #CCD6C9;
}
.BgClassName
{
background-color: #CCD6C9;
}
</style>
border-color css
<style>
span { border-color: #CCD6C9; }
span { border-color: rgb(204,214,201); }
td.TdClassName
{
border-color: #CCD6C9;
}
.TagClassName
{
border-color: #CCD6C9;
}
</style>