Shades of Twilight #DCC5CE
Tints of Twilight #DCC5CE
RGB
CMYK
RGB Variations
Color information
#DCC5CE (or 0xDCC5CE) is known color: Twilight. HEX triplet: DC, C5 and CE. RGB value is (220,197,206). Sum of RGB (Red+Green+Blue) = 220+197+206=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5CE is #233A31. Grayscale: #CCCCCC. Windows color (decimal): -2308658 or 13551068. OLE color: 13551068.
HSL color Cylindrical-coordinate representation of color #DCC5CE: hue angle of 336.52º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC5CE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 206 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.14 |
| HSL | 336.52º | 0.25% | 0.82% | - |
| HSV(B) | 336.52º | 0.1% | 0.86% | - |
| XYZ | 60.62 | 59.6 | 66.7 | - |
| YUV | 204.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 206 | 0 | 0.10 | 0.06 | 0.14 | 336.52 | 0.25 | 0.82 |
| Hex | DC | C5 | CE | 0 | A | 6 | E | 151 | 19 | 52 |
| Octal | 334 | 305 | 316 | 0 | 12 | 6 | 16 | 521 | 31 | 122 |
| Binary | 11011100 | 11000101 | 11001110 | 0 | 1010 | 110 | 1110 | 101010001 | 11001 | 1010010 |
Color Harmonies of #DCC5CE
Complementary color
Monochromatic Colors of #DCC5CE
Black with #DCC5CE
Text Example
Text Example
White with #DCC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5CE; }
p { color: rgb(220,197,206); }
H1.HeaderClassName
{
color: #DCC5CE;
}
.AnyTagClassName
{
color: #DCC5CE;
}
</style>
background-color css
<style>
a { background-color: #DCC5CE; }
a { background-color: rgb(220,197,206); }
div.DivClassName
{
background-color: #DCC5CE;
}
.BgClassName
{
background-color: #DCC5CE;
}
</style>
border-color css
<style>
span { border-color: #DCC5CE; }
span { border-color: rgb(220,197,206); }
td.TdClassName
{
border-color: #DCC5CE;
}
.TagClassName
{
border-color: #DCC5CE;
}
</style>