Shades of Twilight #CDC7CA
Tints of Twilight #CDC7CA
RGB
CMYK
RGB Variations
Color information
#CDC7CA (or 0xCDC7CA) is known color: Twilight. HEX triplet: CD, C7 and CA. RGB value is (205,199,202). Sum of RGB (Red+Green+Blue) = 205+199+202=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7CA is #323835. Grayscale: #C9C9C9. Windows color (decimal): -3291190 or 13289421. OLE color: 13289421.
HSL color Cylindrical-coordinate representation of color #CDC7CA: hue angle of 330º degrees, saturation: 0.06, 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 #CDC7CA is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 202 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.20 |
| HSL | 330º | 0.06% | 0.79% | - |
| HSV(B) | 330º | 0.03% | 0.8% | - |
| XYZ | 56.26 | 58.09 | 64.12 | - |
| YUV | 201.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 202 | 0 | 0.03 | 0.01 | 0.20 | 330 | 0.06 | 0.79 |
| Hex | CD | C7 | CA | 0 | 3 | 1 | 14 | 14A | 6 | 4F |
| Octal | 315 | 307 | 312 | 0 | 3 | 1 | 24 | 512 | 6 | 117 |
| Binary | 11001101 | 11000111 | 11001010 | 0 | 11 | 1 | 10100 | 101001010 | 110 | 1001111 |
Color Harmonies of #CDC7CA
Complementary color
Monochromatic Colors of #CDC7CA
Black with #CDC7CA
Text Example
Text Example
White with #CDC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7CA; }
p { color: rgb(205,199,202); }
H1.HeaderClassName
{
color: #CDC7CA;
}
.AnyTagClassName
{
color: #CDC7CA;
}
</style>
background-color css
<style>
a { background-color: #CDC7CA; }
a { background-color: rgb(205,199,202); }
div.DivClassName
{
background-color: #CDC7CA;
}
.BgClassName
{
background-color: #CDC7CA;
}
</style>
border-color css
<style>
span { border-color: #CDC7CA; }
span { border-color: rgb(205,199,202); }
td.TdClassName
{
border-color: #CDC7CA;
}
.TagClassName
{
border-color: #CDC7CA;
}
</style>