Shades of Twilight #CDC6C9
Tints of Twilight #CDC6C9
RGB
CMYK
RGB Variations
Color information
#CDC6C9 (or 0xCDC6C9) is known color: Twilight. HEX triplet: CD, C6 and C9. RGB value is (205,198,201). Sum of RGB (Red+Green+Blue) = 205+198+201=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6C9 is #323936. Grayscale: #C8C8C8. Windows color (decimal): -3291447 or 13223629. OLE color: 13223629.
HSL color Cylindrical-coordinate representation of color #CDC6C9: hue angle of 334.29º degrees, saturation: 0.07, 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 #CDC6C9 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 201 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.20 |
| HSL | 334.29º | 0.07% | 0.79% | - |
| HSV(B) | 334.29º | 0.03% | 0.8% | - |
| XYZ | 55.91 | 57.58 | 63.43 | - |
| YUV | 200.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 201 | 0 | 0.03 | 0.02 | 0.20 | 334.29 | 0.07 | 0.79 |
| Hex | CD | C6 | C9 | 0 | 3 | 2 | 14 | 14E | 7 | 4F |
| Octal | 315 | 306 | 311 | 0 | 3 | 2 | 24 | 516 | 7 | 117 |
| Binary | 11001101 | 11000110 | 11001001 | 0 | 11 | 10 | 10100 | 101001110 | 111 | 1001111 |
Color Harmonies of #CDC6C9
Complementary color
Monochromatic Colors of #CDC6C9
Black with #CDC6C9
Text Example
Text Example
White with #CDC6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6C9; }
p { color: rgb(205,198,201); }
H1.HeaderClassName
{
color: #CDC6C9;
}
.AnyTagClassName
{
color: #CDC6C9;
}
</style>
background-color css
<style>
a { background-color: #CDC6C9; }
a { background-color: rgb(205,198,201); }
div.DivClassName
{
background-color: #CDC6C9;
}
.BgClassName
{
background-color: #CDC6C9;
}
</style>
border-color css
<style>
span { border-color: #CDC6C9; }
span { border-color: rgb(205,198,201); }
td.TdClassName
{
border-color: #CDC6C9;
}
.TagClassName
{
border-color: #CDC6C9;
}
</style>