Shades of Twilight #CDC1C6
Tints of Twilight #CDC1C6
RGB
CMYK
RGB Variations
Color information
#CDC1C6 (or 0xCDC1C6) is known color: Twilight. HEX triplet: CD, C1 and C6. RGB value is (205,193,198). Sum of RGB (Red+Green+Blue) = 205+193+198=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1C6 is #323E39. Grayscale: #C5C5C5. Windows color (decimal): -3292730 or 13025741. OLE color: 13025741.
HSL color Cylindrical-coordinate representation of color #CDC1C6: hue angle of 335º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC1C6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 198 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.20 |
| HSL | 335º | 0.11% | 0.78% | - |
| HSV(B) | 335º | 0.06% | 0.8% | - |
| XYZ | 54.44 | 55.2 | 61.21 | - |
| YUV | 197.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 198 | 0 | 0.06 | 0.03 | 0.20 | 335 | 0.11 | 0.78 |
| Hex | CD | C1 | C6 | 0 | 6 | 3 | 14 | 14F | B | 4E |
| Octal | 315 | 301 | 306 | 0 | 6 | 3 | 24 | 517 | 13 | 116 |
| Binary | 11001101 | 11000001 | 11000110 | 0 | 110 | 11 | 10100 | 101001111 | 1011 | 1001110 |
Color Harmonies of #CDC1C6
Complementary color
Monochromatic Colors of #CDC1C6
Black with #CDC1C6
Text Example
Text Example
White with #CDC1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1C6; }
p { color: rgb(205,193,198); }
H1.HeaderClassName
{
color: #CDC1C6;
}
.AnyTagClassName
{
color: #CDC1C6;
}
</style>
background-color css
<style>
a { background-color: #CDC1C6; }
a { background-color: rgb(205,193,198); }
div.DivClassName
{
background-color: #CDC1C6;
}
.BgClassName
{
background-color: #CDC1C6;
}
</style>
border-color css
<style>
span { border-color: #CDC1C6; }
span { border-color: rgb(205,193,198); }
td.TdClassName
{
border-color: #CDC1C6;
}
.TagClassName
{
border-color: #CDC1C6;
}
</style>