Shades of Twilight #DCC2D3
Tints of Twilight #DCC2D3
RGB
CMYK
RGB Variations
Color information
#DCC2D3 (or 0xDCC2D3) is known color: Twilight. HEX triplet: DC, C2 and D3. RGB value is (220,194,211). Sum of RGB (Red+Green+Blue) = 220+194+211=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2D3 is #233D2C. Grayscale: #CBCBCB. Windows color (decimal): -2309421 or 13877980. OLE color: 13877980.
HSL color Cylindrical-coordinate representation of color #DCC2D3: hue angle of 320.77º degrees, saturation: 0.27, 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 #DCC2D3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 211 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.14 |
| HSL | 320.77º | 0.27% | 0.81% | - |
| HSV(B) | 320.77º | 0.12% | 0.86% | - |
| XYZ | 60.56 | 58.5 | 69.73 | - |
| YUV | 203.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 211 | 0 | 0.12 | 0.04 | 0.14 | 320.77 | 0.27 | 0.81 |
| Hex | DC | C2 | D3 | 0 | C | 4 | E | 141 | 1B | 51 |
| Octal | 334 | 302 | 323 | 0 | 14 | 4 | 16 | 501 | 33 | 121 |
| Binary | 11011100 | 11000010 | 11010011 | 0 | 1100 | 100 | 1110 | 101000001 | 11011 | 1010001 |
Color Harmonies of #DCC2D3
Complementary color
Monochromatic Colors of #DCC2D3
Black with #DCC2D3
Text Example
Text Example
White with #DCC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2D3; }
p { color: rgb(220,194,211); }
H1.HeaderClassName
{
color: #DCC2D3;
}
.AnyTagClassName
{
color: #DCC2D3;
}
</style>
background-color css
<style>
a { background-color: #DCC2D3; }
a { background-color: rgb(220,194,211); }
div.DivClassName
{
background-color: #DCC2D3;
}
.BgClassName
{
background-color: #DCC2D3;
}
</style>
border-color css
<style>
span { border-color: #DCC2D3; }
span { border-color: rgb(220,194,211); }
td.TdClassName
{
border-color: #DCC2D3;
}
.TagClassName
{
border-color: #DCC2D3;
}
</style>