Shades of Twilight #DCADC4
Tints of Twilight #DCADC4
RGB
CMYK
RGB Variations
Color information
#DCADC4 (or 0xDCADC4) is known color: Twilight. HEX triplet: DC, AD and C4. RGB value is (220,173,196). Sum of RGB (Red+Green+Blue) = 220+173+196=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC4 is #23523B. Grayscale: #BDBDBD. Windows color (decimal): -2314812 or 12889564. OLE color: 12889564.
HSL color Cylindrical-coordinate representation of color #DCADC4: hue angle of 330.64º 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 #DCADC4 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 196 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.14 |
| HSL | 330.64º | 0.4% | 0.77% | - |
| HSV(B) | 330.64º | 0.21% | 0.86% | - |
| XYZ | 54.42 | 49.09 | 58.83 | - |
| YUV | 189.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 196 | 0 | 0.21 | 0.11 | 0.14 | 330.64 | 0.4 | 0.77 |
| Hex | DC | AD | C4 | 0 | 15 | B | E | 14B | 28 | 4D |
| Octal | 334 | 255 | 304 | 0 | 25 | 13 | 16 | 513 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11000100 | 0 | 10101 | 1011 | 1110 | 101001011 | 101000 | 1001101 |
Color Harmonies of #DCADC4
Complementary color
Monochromatic Colors of #DCADC4
Black with #DCADC4
Text Example
Text Example
White with #DCADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADC4; }
p { color: rgb(220,173,196); }
H1.HeaderClassName
{
color: #DCADC4;
}
.AnyTagClassName
{
color: #DCADC4;
}
</style>
background-color css
<style>
a { background-color: #DCADC4; }
a { background-color: rgb(220,173,196); }
div.DivClassName
{
background-color: #DCADC4;
}
.BgClassName
{
background-color: #DCADC4;
}
</style>
border-color css
<style>
span { border-color: #DCADC4; }
span { border-color: rgb(220,173,196); }
td.TdClassName
{
border-color: #DCADC4;
}
.TagClassName
{
border-color: #DCADC4;
}
</style>