Shades of Surf Crest #CCD6C8
Tints of Surf Crest #CCD6C8
RGB
CMYK
RGB Variations
Color information
#CCD6C8 (or 0xCCD6C8) is known color: Surf Crest. HEX triplet: CC, D6 and C8. RGB value is (204,214,200). Sum of RGB (Red+Green+Blue) = 204+214+200=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6C8 is #332937. Grayscale: #D1D1D1. Windows color (decimal): -3352888 or 13162188. OLE color: 13162188.
HSL color Cylindrical-coordinate representation of color #CCD6C8: hue angle of 102.86º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD6C8 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 200 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.16 |
| HSL | 102.86º | 0.15% | 0.81% | - |
| HSV(B) | 102.86º | 0.07% | 0.84% | - |
| XYZ | 59.37 | 65.1 | 64.08 | - |
| YUV | 209.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 200 | 0.05 | 0 | 0.07 | 0.16 | 102.86 | 0.15 | 0.81 |
| Hex | CC | D6 | C8 | 5 | 0 | 7 | 10 | 67 | F | 51 |
| Octal | 314 | 326 | 310 | 5 | 0 | 7 | 20 | 147 | 17 | 121 |
| Binary | 11001100 | 11010110 | 11001000 | 101 | 0 | 111 | 10000 | 1100111 | 1111 | 1010001 |
Color Harmonies of #CCD6C8
Complementary color
Monochromatic Colors of #CCD6C8
Black with #CCD6C8
Text Example
Text Example
White with #CCD6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6C8; }
p { color: rgb(204,214,200); }
H1.HeaderClassName
{
color: #CCD6C8;
}
.AnyTagClassName
{
color: #CCD6C8;
}
</style>
background-color css
<style>
a { background-color: #CCD6C8; }
a { background-color: rgb(204,214,200); }
div.DivClassName
{
background-color: #CCD6C8;
}
.BgClassName
{
background-color: #CCD6C8;
}
</style>
border-color css
<style>
span { border-color: #CCD6C8; }
span { border-color: rgb(204,214,200); }
td.TdClassName
{
border-color: #CCD6C8;
}
.TagClassName
{
border-color: #CCD6C8;
}
</style>