Shades of Twilight #DCC1D3
Tints of Twilight #DCC1D3
RGB
CMYK
RGB Variations
Color information
#DCC1D3 (or 0xDCC1D3) is known color: Twilight. HEX triplet: DC, C1 and D3. RGB value is (220,193,211). Sum of RGB (Red+Green+Blue) = 220+193+211=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1D3 is #233E2C. Grayscale: #CBCBCB. Windows color (decimal): -2309677 or 13877724. OLE color: 13877724.
HSL color Cylindrical-coordinate representation of color #DCC1D3: hue angle of 320º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC1D3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 211 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.14 |
| HSL | 320º | 0.28% | 0.81% | - |
| HSV(B) | 320º | 0.12% | 0.86% | - |
| XYZ | 60.34 | 58.06 | 69.65 | - |
| YUV | 203.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 211 | 0 | 0.12 | 0.04 | 0.14 | 320 | 0.28 | 0.81 |
| Hex | DC | C1 | D3 | 0 | C | 4 | E | 140 | 1C | 51 |
| Octal | 334 | 301 | 323 | 0 | 14 | 4 | 16 | 500 | 34 | 121 |
| Binary | 11011100 | 11000001 | 11010011 | 0 | 1100 | 100 | 1110 | 101000000 | 11100 | 1010001 |
Color Harmonies of #DCC1D3
Complementary color
Monochromatic Colors of #DCC1D3
Black with #DCC1D3
Text Example
Text Example
White with #DCC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1D3; }
p { color: rgb(220,193,211); }
H1.HeaderClassName
{
color: #DCC1D3;
}
.AnyTagClassName
{
color: #DCC1D3;
}
</style>
background-color css
<style>
a { background-color: #DCC1D3; }
a { background-color: rgb(220,193,211); }
div.DivClassName
{
background-color: #DCC1D3;
}
.BgClassName
{
background-color: #DCC1D3;
}
</style>
border-color css
<style>
span { border-color: #DCC1D3; }
span { border-color: rgb(220,193,211); }
td.TdClassName
{
border-color: #DCC1D3;
}
.TagClassName
{
border-color: #DCC1D3;
}
</style>