Shades of Twilight #DCCAD5
Tints of Twilight #DCCAD5
RGB
CMYK
RGB Variations
Color information
#DCCAD5 (or 0xDCCAD5) is known color: Twilight. HEX triplet: DC, CA and D5. RGB value is (220,202,213). Sum of RGB (Red+Green+Blue) = 220+202+213=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAD5 is #23352A. Grayscale: #D0D0D0. Windows color (decimal): -2307371 or 14011100. OLE color: 14011100.
HSL color Cylindrical-coordinate representation of color #DCCAD5: hue angle of 323.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCAD5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 213 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.14 |
| HSL | 323.33º | 0.2% | 0.83% | - |
| HSV(B) | 323.33º | 0.08% | 0.86% | - |
| XYZ | 62.65 | 62.26 | 71.67 | - |
| YUV | 208.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 213 | 0 | 0.08 | 0.03 | 0.14 | 323.33 | 0.2 | 0.83 |
| Hex | DC | CA | D5 | 0 | 8 | 3 | E | 143 | 14 | 53 |
| Octal | 334 | 312 | 325 | 0 | 10 | 3 | 16 | 503 | 24 | 123 |
| Binary | 11011100 | 11001010 | 11010101 | 0 | 1000 | 11 | 1110 | 101000011 | 10100 | 1010011 |
Color Harmonies of #DCCAD5
Complementary color
Monochromatic Colors of #DCCAD5
Black with #DCCAD5
Text Example
Text Example
White with #DCCAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAD5; }
p { color: rgb(220,202,213); }
H1.HeaderClassName
{
color: #DCCAD5;
}
.AnyTagClassName
{
color: #DCCAD5;
}
</style>
background-color css
<style>
a { background-color: #DCCAD5; }
a { background-color: rgb(220,202,213); }
div.DivClassName
{
background-color: #DCCAD5;
}
.BgClassName
{
background-color: #DCCAD5;
}
</style>
border-color css
<style>
span { border-color: #DCCAD5; }
span { border-color: rgb(220,202,213); }
td.TdClassName
{
border-color: #DCCAD5;
}
.TagClassName
{
border-color: #DCCAD5;
}
</style>