Shades of Surf Crest #CCD7CA
Tints of Surf Crest #CCD7CA
RGB
CMYK
RGB Variations
Color information
#CCD7CA (or 0xCCD7CA) is known color: Surf Crest. HEX triplet: CC, D7 and CA. RGB value is (204,215,202). Sum of RGB (Red+Green+Blue) = 204+215+202=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7CA is #332835. Grayscale: #D2D2D2. Windows color (decimal): -3352630 or 13293516. OLE color: 13293516.
HSL color Cylindrical-coordinate representation of color #CCD7CA: hue angle of 110.77º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD7CA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 202 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.16 |
| HSL | 110.77º | 0.14% | 0.82% | - |
| HSV(B) | 110.77º | 0.06% | 0.84% | - |
| XYZ | 59.86 | 65.7 | 65.4 | - |
| YUV | 210.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 202 | 0.05 | 0 | 0.06 | 0.16 | 110.77 | 0.14 | 0.82 |
| Hex | CC | D7 | CA | 5 | 0 | 6 | 10 | 6F | E | 52 |
| Octal | 314 | 327 | 312 | 5 | 0 | 6 | 20 | 157 | 16 | 122 |
| Binary | 11001100 | 11010111 | 11001010 | 101 | 0 | 110 | 10000 | 1101111 | 1110 | 1010010 |
Color Harmonies of #CCD7CA
Complementary color
Monochromatic Colors of #CCD7CA
Black with #CCD7CA
Text Example
Text Example
White with #CCD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7CA; }
p { color: rgb(204,215,202); }
H1.HeaderClassName
{
color: #CCD7CA;
}
.AnyTagClassName
{
color: #CCD7CA;
}
</style>
background-color css
<style>
a { background-color: #CCD7CA; }
a { background-color: rgb(204,215,202); }
div.DivClassName
{
background-color: #CCD7CA;
}
.BgClassName
{
background-color: #CCD7CA;
}
</style>
border-color css
<style>
span { border-color: #CCD7CA; }
span { border-color: rgb(204,215,202); }
td.TdClassName
{
border-color: #CCD7CA;
}
.TagClassName
{
border-color: #CCD7CA;
}
</style>