Shades of Twilight #DFADCA
Tints of Twilight #DFADCA
RGB
CMYK
RGB Variations
Color information
#DFADCA (or 0xDFADCA) is known color: Twilight. HEX triplet: DF, AD and CA. RGB value is (223,173,202). Sum of RGB (Red+Green+Blue) = 223+173+202=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADCA is #205235. Grayscale: #BFBFBF. Windows color (decimal): -2118198 or 13282783. OLE color: 13282783.
HSL color Cylindrical-coordinate representation of color #DFADCA: hue angle of 325.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFADCA is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 202 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.13 |
| HSL | 325.2º | 0.44% | 0.78% | - |
| HSV(B) | 325.2º | 0.22% | 0.87% | - |
| XYZ | 56.04 | 49.84 | 62.54 | - |
| YUV | 191.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 202 | 0 | 0.22 | 0.09 | 0.13 | 325.2 | 0.44 | 0.78 |
| Hex | DF | AD | CA | 0 | 16 | 9 | D | 145 | 2C | 4E |
| Octal | 337 | 255 | 312 | 0 | 26 | 11 | 15 | 505 | 54 | 116 |
| Binary | 11011111 | 10101101 | 11001010 | 0 | 10110 | 1001 | 1101 | 101000101 | 101100 | 1001110 |
Color Harmonies of #DFADCA
Complementary color
Monochromatic Colors of #DFADCA
Black with #DFADCA
Text Example
Text Example
White with #DFADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADCA; }
p { color: rgb(223,173,202); }
H1.HeaderClassName
{
color: #DFADCA;
}
.AnyTagClassName
{
color: #DFADCA;
}
</style>
background-color css
<style>
a { background-color: #DFADCA; }
a { background-color: rgb(223,173,202); }
div.DivClassName
{
background-color: #DFADCA;
}
.BgClassName
{
background-color: #DFADCA;
}
</style>
border-color css
<style>
span { border-color: #DFADCA; }
span { border-color: rgb(223,173,202); }
td.TdClassName
{
border-color: #DFADCA;
}
.TagClassName
{
border-color: #DFADCA;
}
</style>