Shades of Twilight #CDC4C9
Tints of Twilight #CDC4C9
RGB
CMYK
RGB Variations
Color information
#CDC4C9 (or 0xCDC4C9) is known color: Twilight. HEX triplet: CD, C4 and C9. RGB value is (205,196,201). Sum of RGB (Red+Green+Blue) = 205+196+201=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4C9 is #323B36. Grayscale: #C7C7C7. Windows color (decimal): -3291959 or 13223117. OLE color: 13223117.
HSL color Cylindrical-coordinate representation of color #CDC4C9: hue angle of 326.67º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDC4C9 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 201 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.20 |
| HSL | 326.67º | 0.08% | 0.79% | - |
| HSV(B) | 326.67º | 0.04% | 0.8% | - |
| XYZ | 55.46 | 56.68 | 63.27 | - |
| YUV | 199.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 201 | 0 | 0.04 | 0.02 | 0.20 | 326.67 | 0.08 | 0.79 |
| Hex | CD | C4 | C9 | 0 | 4 | 2 | 14 | 147 | 8 | 4F |
| Octal | 315 | 304 | 311 | 0 | 4 | 2 | 24 | 507 | 10 | 117 |
| Binary | 11001101 | 11000100 | 11001001 | 0 | 100 | 10 | 10100 | 101000111 | 1000 | 1001111 |
Color Harmonies of #CDC4C9
Complementary color
Monochromatic Colors of #CDC4C9
Black with #CDC4C9
Text Example
Text Example
White with #CDC4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4C9; }
p { color: rgb(205,196,201); }
H1.HeaderClassName
{
color: #CDC4C9;
}
.AnyTagClassName
{
color: #CDC4C9;
}
</style>
background-color css
<style>
a { background-color: #CDC4C9; }
a { background-color: rgb(205,196,201); }
div.DivClassName
{
background-color: #CDC4C9;
}
.BgClassName
{
background-color: #CDC4C9;
}
</style>
border-color css
<style>
span { border-color: #CDC4C9; }
span { border-color: rgb(205,196,201); }
td.TdClassName
{
border-color: #CDC4C9;
}
.TagClassName
{
border-color: #CDC4C9;
}
</style>