Shades of Surf Crest #CCDCC6
Tints of Surf Crest #CCDCC6
RGB
CMYK
RGB Variations
Color information
#CCDCC6 (or 0xCCDCC6) is known color: Surf Crest. HEX triplet: CC, DC and C6. RGB value is (204,220,198). Sum of RGB (Red+Green+Blue) = 204+220+198=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCC6 is #332339. Grayscale: #D4D4D4. Windows color (decimal): -3351354 or 13032652. OLE color: 13032652.
HSL color Cylindrical-coordinate representation of color #CCDCC6: hue angle of 103.64º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDCC6 is Cyan = 0.07, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 198 | - |
| CMYK | 0.07 | 0 | 0.1 | 0.14 |
| HSL | 103.64º | 0.24% | 0.82% | - |
| HSV(B) | 103.64º | 0.1% | 0.86% | - |
| XYZ | 60.69 | 68.1 | 63.37 | - |
| YUV | 212.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 198 | 0.07 | 0 | 0.1 | 0.14 | 103.64 | 0.24 | 0.82 |
| Hex | CC | DC | C6 | 7 | 0 | A | E | 68 | 18 | 52 |
| Octal | 314 | 334 | 306 | 7 | 0 | 12 | 16 | 150 | 30 | 122 |
| Binary | 11001100 | 11011100 | 11000110 | 111 | 0 | 1010 | 1110 | 1101000 | 11000 | 1010010 |
Color Harmonies of #CCDCC6
Complementary color
Monochromatic Colors of #CCDCC6
Black with #CCDCC6
Text Example
Text Example
White with #CCDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCC6; }
p { color: rgb(204,220,198); }
H1.HeaderClassName
{
color: #CCDCC6;
}
.AnyTagClassName
{
color: #CCDCC6;
}
</style>
background-color css
<style>
a { background-color: #CCDCC6; }
a { background-color: rgb(204,220,198); }
div.DivClassName
{
background-color: #CCDCC6;
}
.BgClassName
{
background-color: #CCDCC6;
}
</style>
border-color css
<style>
span { border-color: #CCDCC6; }
span { border-color: rgb(204,220,198); }
td.TdClassName
{
border-color: #CCDCC6;
}
.TagClassName
{
border-color: #CCDCC6;
}
</style>