Shades of Twilight #CDC6CB
Tints of Twilight #CDC6CB
RGB
CMYK
RGB Variations
Color information
#CDC6CB (or 0xCDC6CB) is known color: Twilight. HEX triplet: CD, C6 and CB. RGB value is (205,198,203). Sum of RGB (Red+Green+Blue) = 205+198+203=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6CB is #323934. Grayscale: #C8C8C8. Windows color (decimal): -3291445 or 13354701. OLE color: 13354701.
HSL color Cylindrical-coordinate representation of color #CDC6CB: hue angle of 317.14º 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 #CDC6CB is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 203 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.20 |
| HSL | 317.14º | 0.07% | 0.79% | - |
| HSV(B) | 317.14º | 0.03% | 0.8% | - |
| XYZ | 56.15 | 57.68 | 64.67 | - |
| YUV | 200.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 203 | 0 | 0.03 | 0.01 | 0.20 | 317.14 | 0.07 | 0.79 |
| Hex | CD | C6 | CB | 0 | 3 | 1 | 14 | 13D | 7 | 4F |
| Octal | 315 | 306 | 313 | 0 | 3 | 1 | 24 | 475 | 7 | 117 |
| Binary | 11001101 | 11000110 | 11001011 | 0 | 11 | 1 | 10100 | 100111101 | 111 | 1001111 |
Color Harmonies of #CDC6CB
Complementary color
Monochromatic Colors of #CDC6CB
Black with #CDC6CB
Text Example
Text Example
White with #CDC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6CB; }
p { color: rgb(205,198,203); }
H1.HeaderClassName
{
color: #CDC6CB;
}
.AnyTagClassName
{
color: #CDC6CB;
}
</style>
background-color css
<style>
a { background-color: #CDC6CB; }
a { background-color: rgb(205,198,203); }
div.DivClassName
{
background-color: #CDC6CB;
}
.BgClassName
{
background-color: #CDC6CB;
}
</style>
border-color css
<style>
span { border-color: #CDC6CB; }
span { border-color: rgb(205,198,203); }
td.TdClassName
{
border-color: #CDC6CB;
}
.TagClassName
{
border-color: #CDC6CB;
}
</style>