Shades of Twilight #DCC3CE
Tints of Twilight #DCC3CE
RGB
CMYK
RGB Variations
Color information
#DCC3CE (or 0xDCC3CE) is known color: Twilight. HEX triplet: DC, C3 and CE. RGB value is (220,195,206). Sum of RGB (Red+Green+Blue) = 220+195+206=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3CE is #233C31. Grayscale: #CBCBCB. Windows color (decimal): -2309170 or 13550556. OLE color: 13550556.
HSL color Cylindrical-coordinate representation of color #DCC3CE: hue angle of 333.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC3CE is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 206 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.14 |
| HSL | 333.6º | 0.26% | 0.81% | - |
| HSV(B) | 333.6º | 0.11% | 0.86% | - |
| XYZ | 60.17 | 58.7 | 66.55 | - |
| YUV | 203.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 206 | 0 | 0.11 | 0.06 | 0.14 | 333.6 | 0.26 | 0.81 |
| Hex | DC | C3 | CE | 0 | B | 6 | E | 14E | 1A | 51 |
| Octal | 334 | 303 | 316 | 0 | 13 | 6 | 16 | 516 | 32 | 121 |
| Binary | 11011100 | 11000011 | 11001110 | 0 | 1011 | 110 | 1110 | 101001110 | 11010 | 1010001 |
Color Harmonies of #DCC3CE
Complementary color
Monochromatic Colors of #DCC3CE
Black with #DCC3CE
Text Example
Text Example
White with #DCC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3CE; }
p { color: rgb(220,195,206); }
H1.HeaderClassName
{
color: #DCC3CE;
}
.AnyTagClassName
{
color: #DCC3CE;
}
</style>
background-color css
<style>
a { background-color: #DCC3CE; }
a { background-color: rgb(220,195,206); }
div.DivClassName
{
background-color: #DCC3CE;
}
.BgClassName
{
background-color: #DCC3CE;
}
</style>
border-color css
<style>
span { border-color: #DCC3CE; }
span { border-color: rgb(220,195,206); }
td.TdClassName
{
border-color: #DCC3CE;
}
.TagClassName
{
border-color: #DCC3CE;
}
</style>