Shades of Twilight #DCADC7
Tints of Twilight #DCADC7
RGB
CMYK
RGB Variations
Color information
#DCADC7 (or 0xDCADC7) is known color: Twilight. HEX triplet: DC, AD and C7. RGB value is (220,173,199). Sum of RGB (Red+Green+Blue) = 220+173+199=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC7 is #235238. Grayscale: #BDBDBD. Windows color (decimal): -2314809 or 13086172. OLE color: 13086172.
HSL color Cylindrical-coordinate representation of color #DCADC7: hue angle of 326.81º 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 #DCADC7 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 173 | 199 | - |
CMYK | 0 | 0.21 | 0.10 | 0.14 |
HSL | 326.81º | 0.4% | 0.77% | - |
HSV(B) | 326.81º | 0.21% | 0.86% | - |
XYZ | 54.77 | 49.23 | 60.65 | - |
YUV | 190.02 | 133.07 | 149.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 173 | 199 | 0 | 0.21 | 0.10 | 0.14 | 326.81 | 0.4 | 0.77 |
Hex | DC | AD | C7 | 0 | 15 | A | E | 147 | 28 | 4D |
Octal | 334 | 255 | 307 | 0 | 25 | 12 | 16 | 507 | 50 | 115 |
Binary | 11011100 | 10101101 | 11000111 | 0 | 10101 | 1010 | 1110 | 101000111 | 101000 | 1001101 |
Color Harmonies of #DCADC7
Complementary color
Monochromatic Colors of #DCADC7
Black with #DCADC7
Text Example
Text Example
White with #DCADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADC7; }
p { color: rgb(220,173,199); }
H1.HeaderClassName
{
color: #DCADC7;
}
.AnyTagClassName
{
color: #DCADC7;
}
</style>
background-color css
<style>
a { background-color: #DCADC7; }
a { background-color: rgb(220,173,199); }
div.DivClassName
{
background-color: #DCADC7;
}
.BgClassName
{
background-color: #DCADC7;
}
</style>
border-color css
<style>
span { border-color: #DCADC7; }
span { border-color: rgb(220,173,199); }
td.TdClassName
{
border-color: #DCADC7;
}
.TagClassName
{
border-color: #DCADC7;
}
</style>