Shades of Surf Crest #CCD7C7
Tints of Surf Crest #CCD7C7
RGB
CMYK
RGB Variations
Color information
#CCD7C7 (or 0xCCD7C7) is known color: Surf Crest. HEX triplet: CC, D7 and C7. RGB value is (204,215,199). Sum of RGB (Red+Green+Blue) = 204+215+199=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7C7 is #332838. Grayscale: #D1D1D1. Windows color (decimal): -3352633 or 13096908. OLE color: 13096908.
HSL color Cylindrical-coordinate representation of color #CCD7C7: hue angle of 101.25º degrees, saturation: 0.17, 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 #CCD7C7 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 199 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.16 |
| HSL | 101.25º | 0.17% | 0.81% | - |
| HSV(B) | 101.25º | 0.07% | 0.84% | - |
| XYZ | 59.51 | 65.56 | 63.55 | - |
| YUV | 209.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 199 | 0.05 | 0 | 0.07 | 0.16 | 101.25 | 0.17 | 0.81 |
| Hex | CC | D7 | C7 | 5 | 0 | 7 | 10 | 65 | 11 | 51 |
| Octal | 314 | 327 | 307 | 5 | 0 | 7 | 20 | 145 | 21 | 121 |
| Binary | 11001100 | 11010111 | 11000111 | 101 | 0 | 111 | 10000 | 1100101 | 10001 | 1010001 |
Color Harmonies of #CCD7C7
Complementary color
Monochromatic Colors of #CCD7C7
Black with #CCD7C7
Text Example
Text Example
White with #CCD7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7C7; }
p { color: rgb(204,215,199); }
H1.HeaderClassName
{
color: #CCD7C7;
}
.AnyTagClassName
{
color: #CCD7C7;
}
</style>
background-color css
<style>
a { background-color: #CCD7C7; }
a { background-color: rgb(204,215,199); }
div.DivClassName
{
background-color: #CCD7C7;
}
.BgClassName
{
background-color: #CCD7C7;
}
</style>
border-color css
<style>
span { border-color: #CCD7C7; }
span { border-color: rgb(204,215,199); }
td.TdClassName
{
border-color: #CCD7C7;
}
.TagClassName
{
border-color: #CCD7C7;
}
</style>