Shades of Twilight #CDC4C8
Tints of Twilight #CDC4C8
RGB
CMYK
RGB Variations
Color information
#CDC4C8 (or 0xCDC4C8) is known color: Twilight. HEX triplet: CD, C4 and C8. RGB value is (205,196,200). Sum of RGB (Red+Green+Blue) = 205+196+200=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4C8 is #323B37. Grayscale: #C7C7C7. Windows color (decimal): -3291960 or 13157581. OLE color: 13157581.
HSL color Cylindrical-coordinate representation of color #CDC4C8: hue angle of 333.33º 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 #CDC4C8 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 200 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.20 |
| HSL | 333.33º | 0.08% | 0.79% | - |
| HSV(B) | 333.33º | 0.04% | 0.8% | - |
| XYZ | 55.34 | 56.63 | 62.66 | - |
| YUV | 199.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 200 | 0 | 0.04 | 0.02 | 0.20 | 333.33 | 0.08 | 0.79 |
| Hex | CD | C4 | C8 | 0 | 4 | 2 | 14 | 14D | 8 | 4F |
| Octal | 315 | 304 | 310 | 0 | 4 | 2 | 24 | 515 | 10 | 117 |
| Binary | 11001101 | 11000100 | 11001000 | 0 | 100 | 10 | 10100 | 101001101 | 1000 | 1001111 |
Color Harmonies of #CDC4C8
Complementary color
Monochromatic Colors of #CDC4C8
Black with #CDC4C8
Text Example
Text Example
White with #CDC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4C8; }
p { color: rgb(205,196,200); }
H1.HeaderClassName
{
color: #CDC4C8;
}
.AnyTagClassName
{
color: #CDC4C8;
}
</style>
background-color css
<style>
a { background-color: #CDC4C8; }
a { background-color: rgb(205,196,200); }
div.DivClassName
{
background-color: #CDC4C8;
}
.BgClassName
{
background-color: #CDC4C8;
}
</style>
border-color css
<style>
span { border-color: #CDC4C8; }
span { border-color: rgb(205,196,200); }
td.TdClassName
{
border-color: #CDC4C8;
}
.TagClassName
{
border-color: #CDC4C8;
}
</style>