Shades of Surf Crest #CCD0CA
Tints of Surf Crest #CCD0CA
RGB
CMYK
RGB Variations
Color information
#CCD0CA (or 0xCCD0CA) is known color: Surf Crest. HEX triplet: CC, D0 and CA. RGB value is (204,208,202). Sum of RGB (Red+Green+Blue) = 204+208+202=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0CA is #332F35. Grayscale: #CECECE. Windows color (decimal): -3354422 or 13291724. OLE color: 13291724.
HSL color Cylindrical-coordinate representation of color #CCD0CA: hue angle of 100º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD0CA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 202 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.18 |
| HSL | 100º | 0.06% | 0.8% | - |
| HSV(B) | 100º | 0.03% | 0.82% | - |
| XYZ | 58.12 | 62.21 | 64.82 | - |
| YUV | 206.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 202 | 0.02 | 0 | 0.03 | 0.18 | 100 | 0.06 | 0.8 |
| Hex | CC | D0 | CA | 2 | 0 | 3 | 12 | 64 | 6 | 50 |
| Octal | 314 | 320 | 312 | 2 | 0 | 3 | 22 | 144 | 6 | 120 |
| Binary | 11001100 | 11010000 | 11001010 | 10 | 0 | 11 | 10010 | 1100100 | 110 | 1010000 |
Color Harmonies of #CCD0CA
Complementary color
Monochromatic Colors of #CCD0CA
Black with #CCD0CA
Text Example
Text Example
White with #CCD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0CA; }
p { color: rgb(204,208,202); }
H1.HeaderClassName
{
color: #CCD0CA;
}
.AnyTagClassName
{
color: #CCD0CA;
}
</style>
background-color css
<style>
a { background-color: #CCD0CA; }
a { background-color: rgb(204,208,202); }
div.DivClassName
{
background-color: #CCD0CA;
}
.BgClassName
{
background-color: #CCD0CA;
}
</style>
border-color css
<style>
span { border-color: #CCD0CA; }
span { border-color: rgb(204,208,202); }
td.TdClassName
{
border-color: #CCD0CA;
}
.TagClassName
{
border-color: #CCD0CA;
}
</style>