Shades of Twilight #DCC1CE
Tints of Twilight #DCC1CE
RGB
CMYK
RGB Variations
Color information
#DCC1CE (or 0xDCC1CE) is known color: Twilight. HEX triplet: DC, C1 and CE. RGB value is (220,193,206). Sum of RGB (Red+Green+Blue) = 220+193+206=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1CE is #233E31. Grayscale: #CACACA. Windows color (decimal): -2309682 or 13550044. OLE color: 13550044.
HSL color Cylindrical-coordinate representation of color #DCC1CE: hue angle of 331.11º 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 #DCC1CE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 206 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.14 |
| HSL | 331.11º | 0.28% | 0.81% | - |
| HSV(B) | 331.11º | 0.12% | 0.86% | - |
| XYZ | 59.73 | 57.81 | 66.4 | - |
| YUV | 202.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 206 | 0 | 0.12 | 0.06 | 0.14 | 331.11 | 0.28 | 0.81 |
| Hex | DC | C1 | CE | 0 | C | 6 | E | 14B | 1C | 51 |
| Octal | 334 | 301 | 316 | 0 | 14 | 6 | 16 | 513 | 34 | 121 |
| Binary | 11011100 | 11000001 | 11001110 | 0 | 1100 | 110 | 1110 | 101001011 | 11100 | 1010001 |
Color Harmonies of #DCC1CE
Complementary color
Monochromatic Colors of #DCC1CE
Black with #DCC1CE
Text Example
Text Example
White with #DCC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1CE; }
p { color: rgb(220,193,206); }
H1.HeaderClassName
{
color: #DCC1CE;
}
.AnyTagClassName
{
color: #DCC1CE;
}
</style>
background-color css
<style>
a { background-color: #DCC1CE; }
a { background-color: rgb(220,193,206); }
div.DivClassName
{
background-color: #DCC1CE;
}
.BgClassName
{
background-color: #DCC1CE;
}
</style>
border-color css
<style>
span { border-color: #DCC1CE; }
span { border-color: rgb(220,193,206); }
td.TdClassName
{
border-color: #DCC1CE;
}
.TagClassName
{
border-color: #DCC1CE;
}
</style>