Shades of Twilight #CCC5C8
Tints of Twilight #CCC5C8
RGB
CMYK
RGB Variations
Color information
#CCC5C8 (or 0xCCC5C8) is known color: Twilight. HEX triplet: CC, C5 and C8. RGB value is (204,197,200). Sum of RGB (Red+Green+Blue) = 204+197+200=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5C8 is #333A37. Grayscale: #C7C7C7. Windows color (decimal): -3357240 or 13157836. OLE color: 13157836.
HSL color Cylindrical-coordinate representation of color #CCC5C8: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC5C8 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 200 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.2 |
| HSL | 334.29º | 0.06% | 0.79% | - |
| HSV(B) | 334.29º | 0.03% | 0.8% | - |
| XYZ | 55.29 | 56.94 | 62.72 | - |
| YUV | 199.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 200 | 0 | 0.03 | 0.02 | 0.2 | 334.29 | 0.06 | 0.79 |
| Hex | CC | C5 | C8 | 0 | 3 | 2 | 14 | 14E | 6 | 4F |
| Octal | 314 | 305 | 310 | 0 | 3 | 2 | 24 | 516 | 6 | 117 |
| Binary | 11001100 | 11000101 | 11001000 | 0 | 11 | 10 | 10100 | 101001110 | 110 | 1001111 |
Color Harmonies of #CCC5C8
Complementary color
Monochromatic Colors of #CCC5C8
Black with #CCC5C8
Text Example
Text Example
White with #CCC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5C8; }
p { color: rgb(204,197,200); }
H1.HeaderClassName
{
color: #CCC5C8;
}
.AnyTagClassName
{
color: #CCC5C8;
}
</style>
background-color css
<style>
a { background-color: #CCC5C8; }
a { background-color: rgb(204,197,200); }
div.DivClassName
{
background-color: #CCC5C8;
}
.BgClassName
{
background-color: #CCC5C8;
}
</style>
border-color css
<style>
span { border-color: #CCC5C8; }
span { border-color: rgb(204,197,200); }
td.TdClassName
{
border-color: #CCC5C8;
}
.TagClassName
{
border-color: #CCC5C8;
}
</style>