Shades of Twilight #DCADCC
Tints of Twilight #DCADCC
RGB
CMYK
RGB Variations
Color information
#DCADCC (or 0xDCADCC) is known color: Twilight. HEX triplet: DC, AD and CC. RGB value is (220,173,204). Sum of RGB (Red+Green+Blue) = 220+173+204=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADCC is #235233. Grayscale: #BEBEBE. Windows color (decimal): -2314804 or 13413852. OLE color: 13413852.
HSL color Cylindrical-coordinate representation of color #DCADCC: hue angle of 320.43º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADCC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 204 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.14 |
| HSL | 320.43º | 0.4% | 0.77% | - |
| HSV(B) | 320.43º | 0.21% | 0.86% | - |
| XYZ | 55.36 | 49.46 | 63.76 | - |
| YUV | 190.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 204 | 0 | 0.21 | 0.07 | 0.14 | 320.43 | 0.4 | 0.77 |
| Hex | DC | AD | CC | 0 | 15 | 7 | E | 140 | 28 | 4D |
| Octal | 334 | 255 | 314 | 0 | 25 | 7 | 16 | 500 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11001100 | 0 | 10101 | 111 | 1110 | 101000000 | 101000 | 1001101 |
Color Harmonies of #DCADCC
Complementary color
Monochromatic Colors of #DCADCC
Black with #DCADCC
Text Example
Text Example
White with #DCADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADCC; }
p { color: rgb(220,173,204); }
H1.HeaderClassName
{
color: #DCADCC;
}
.AnyTagClassName
{
color: #DCADCC;
}
</style>
background-color css
<style>
a { background-color: #DCADCC; }
a { background-color: rgb(220,173,204); }
div.DivClassName
{
background-color: #DCADCC;
}
.BgClassName
{
background-color: #DCADCC;
}
</style>
border-color css
<style>
span { border-color: #DCADCC; }
span { border-color: rgb(220,173,204); }
td.TdClassName
{
border-color: #DCADCC;
}
.TagClassName
{
border-color: #DCADCC;
}
</style>