Shades of Twilight #CDCACC
Tints of Twilight #CDCACC
RGB
CMYK
RGB Variations
Color information
#CDCACC (or 0xCDCACC) is known color: Twilight. HEX triplet: CD, CA and CC. RGB value is (205,202,204). Sum of RGB (Red+Green+Blue) = 205+202+204=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCACC is #323533. Grayscale: #CBCBCB. Windows color (decimal): -3290420 or 13421261. OLE color: 13421261.
HSL color Cylindrical-coordinate representation of color #CDCACC: hue angle of 320º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CDCACC is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 202 | 204 | - |
CMYK | 0 | 0.01 | 0.00 | 0.20 |
HSL | 320º | 0.03% | 0.8% | - |
HSV(B) | 320º | 0.01% | 0.8% | - |
XYZ | 57.2 | 59.58 | 65.61 | - |
YUV | 203.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 202 | 204 | 0 | 0.01 | 0.00 | 0.20 | 320 | 0.03 | 0.8 |
Hex | CD | CA | CC | 0 | 1 | 0 | 14 | 140 | 3 | 50 |
Octal | 315 | 312 | 314 | 0 | 1 | 0 | 24 | 500 | 3 | 120 |
Binary | 11001101 | 11001010 | 11001100 | 0 | 1 | 0 | 10100 | 101000000 | 11 | 1010000 |
Color Harmonies of #CDCACC
Complementary color
Monochromatic Colors of #CDCACC
Black with #CDCACC
Text Example
Text Example
White with #CDCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCACC; }
p { color: rgb(205,202,204); }
H1.HeaderClassName
{
color: #CDCACC;
}
.AnyTagClassName
{
color: #CDCACC;
}
</style>
background-color css
<style>
a { background-color: #CDCACC; }
a { background-color: rgb(205,202,204); }
div.DivClassName
{
background-color: #CDCACC;
}
.BgClassName
{
background-color: #CDCACC;
}
</style>
border-color css
<style>
span { border-color: #CDCACC; }
span { border-color: rgb(205,202,204); }
td.TdClassName
{
border-color: #CDCACC;
}
.TagClassName
{
border-color: #CDCACC;
}
</style>