Shades of Twilight #DCC1CB
Tints of Twilight #DCC1CB
RGB
CMYK
RGB Variations
Color information
#DCC1CB (or 0xDCC1CB) is known color: Twilight. HEX triplet: DC, C1 and CB. RGB value is (220,193,203). Sum of RGB (Red+Green+Blue) = 220+193+203=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1CB is #233E34. Grayscale: #CACACA. Windows color (decimal): -2309685 or 13353436. OLE color: 13353436.
HSL color Cylindrical-coordinate representation of color #DCC1CB: hue angle of 337.78º 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 #DCC1CB is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 203 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.14 |
| HSL | 337.78º | 0.28% | 0.81% | - |
| HSV(B) | 337.78º | 0.12% | 0.86% | - |
| XYZ | 59.36 | 57.67 | 64.5 | - |
| YUV | 202.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 203 | 0 | 0.12 | 0.08 | 0.14 | 337.78 | 0.28 | 0.81 |
| Hex | DC | C1 | CB | 0 | C | 8 | E | 152 | 1C | 51 |
| Octal | 334 | 301 | 313 | 0 | 14 | 10 | 16 | 522 | 34 | 121 |
| Binary | 11011100 | 11000001 | 11001011 | 0 | 1100 | 1000 | 1110 | 101010010 | 11100 | 1010001 |
Color Harmonies of #DCC1CB
Complementary color
Monochromatic Colors of #DCC1CB
Black with #DCC1CB
Text Example
Text Example
White with #DCC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1CB; }
p { color: rgb(220,193,203); }
H1.HeaderClassName
{
color: #DCC1CB;
}
.AnyTagClassName
{
color: #DCC1CB;
}
</style>
background-color css
<style>
a { background-color: #DCC1CB; }
a { background-color: rgb(220,193,203); }
div.DivClassName
{
background-color: #DCC1CB;
}
.BgClassName
{
background-color: #DCC1CB;
}
</style>
border-color css
<style>
span { border-color: #DCC1CB; }
span { border-color: rgb(220,193,203); }
td.TdClassName
{
border-color: #DCC1CB;
}
.TagClassName
{
border-color: #DCC1CB;
}
</style>