Shades of Twilight #DCC0D2
Tints of Twilight #DCC0D2
RGB
CMYK
RGB Variations
Color information
#DCC0D2 (or 0xDCC0D2) is known color: Twilight. HEX triplet: DC, C0 and D2. RGB value is (220,192,210). Sum of RGB (Red+Green+Blue) = 220+192+210=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0D2 is #233F2D. Grayscale: #CACACA. Windows color (decimal): -2309934 or 13811932. OLE color: 13811932.
HSL color Cylindrical-coordinate representation of color #DCC0D2: hue angle of 321.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC0D2 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 210 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.14 |
| HSL | 321.43º | 0.29% | 0.81% | - |
| HSV(B) | 321.43º | 0.13% | 0.86% | - |
| XYZ | 60 | 57.57 | 68.92 | - |
| YUV | 202.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 210 | 0 | 0.13 | 0.05 | 0.14 | 321.43 | 0.29 | 0.81 |
| Hex | DC | C0 | D2 | 0 | D | 5 | E | 141 | 1D | 51 |
| Octal | 334 | 300 | 322 | 0 | 15 | 5 | 16 | 501 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11010010 | 0 | 1101 | 101 | 1110 | 101000001 | 11101 | 1010001 |
Color Harmonies of #DCC0D2
Complementary color
Monochromatic Colors of #DCC0D2
Black with #DCC0D2
Text Example
Text Example
White with #DCC0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0D2; }
p { color: rgb(220,192,210); }
H1.HeaderClassName
{
color: #DCC0D2;
}
.AnyTagClassName
{
color: #DCC0D2;
}
</style>
background-color css
<style>
a { background-color: #DCC0D2; }
a { background-color: rgb(220,192,210); }
div.DivClassName
{
background-color: #DCC0D2;
}
.BgClassName
{
background-color: #DCC0D2;
}
</style>
border-color css
<style>
span { border-color: #DCC0D2; }
span { border-color: rgb(220,192,210); }
td.TdClassName
{
border-color: #DCC0D2;
}
.TagClassName
{
border-color: #DCC0D2;
}
</style>