Shades of Surf Crest #CCD9C6
Tints of Surf Crest #CCD9C6
RGB
CMYK
RGB Variations
Color information
#CCD9C6 (or 0xCCD9C6) is known color: Surf Crest. HEX triplet: CC, D9 and C6. RGB value is (204,217,198). Sum of RGB (Red+Green+Blue) = 204+217+198=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9C6 is #332639. Grayscale: #D3D3D3. Windows color (decimal): -3352122 or 13031884. OLE color: 13031884.
HSL color Cylindrical-coordinate representation of color #CCD9C6: hue angle of 101.05º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD9C6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 198 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.15 |
| HSL | 101.05º | 0.2% | 0.81% | - |
| HSV(B) | 101.05º | 0.09% | 0.85% | - |
| XYZ | 59.91 | 66.54 | 63.11 | - |
| YUV | 210.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 198 | 0.06 | 0 | 0.09 | 0.15 | 101.05 | 0.2 | 0.81 |
| Hex | CC | D9 | C6 | 6 | 0 | 9 | F | 65 | 14 | 51 |
| Octal | 314 | 331 | 306 | 6 | 0 | 11 | 17 | 145 | 24 | 121 |
| Binary | 11001100 | 11011001 | 11000110 | 110 | 0 | 1001 | 1111 | 1100101 | 10100 | 1010001 |
Color Harmonies of #CCD9C6
Complementary color
Monochromatic Colors of #CCD9C6
Black with #CCD9C6
Text Example
Text Example
White with #CCD9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9C6; }
p { color: rgb(204,217,198); }
H1.HeaderClassName
{
color: #CCD9C6;
}
.AnyTagClassName
{
color: #CCD9C6;
}
</style>
background-color css
<style>
a { background-color: #CCD9C6; }
a { background-color: rgb(204,217,198); }
div.DivClassName
{
background-color: #CCD9C6;
}
.BgClassName
{
background-color: #CCD9C6;
}
</style>
border-color css
<style>
span { border-color: #CCD9C6; }
span { border-color: rgb(204,217,198); }
td.TdClassName
{
border-color: #CCD9C6;
}
.TagClassName
{
border-color: #CCD9C6;
}
</style>