Shades of Twilight #DCCBD4
Tints of Twilight #DCCBD4
RGB
CMYK
RGB Variations
Color information
#DCCBD4 (or 0xDCCBD4) is known color: Twilight. HEX triplet: DC, CB and D4. RGB value is (220,203,212). Sum of RGB (Red+Green+Blue) = 220+203+212=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBD4 is #23342B. Grayscale: #D1D1D1. Windows color (decimal): -2307116 or 13945820. OLE color: 13945820.
HSL color Cylindrical-coordinate representation of color #DCCBD4: hue angle of 328.24º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCBD4 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 212 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.14 |
| HSL | 328.24º | 0.2% | 0.83% | - |
| HSV(B) | 328.24º | 0.08% | 0.86% | - |
| XYZ | 62.75 | 62.68 | 71.08 | - |
| YUV | 209.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 212 | 0 | 0.08 | 0.04 | 0.14 | 328.24 | 0.2 | 0.83 |
| Hex | DC | CB | D4 | 0 | 8 | 4 | E | 148 | 14 | 53 |
| Octal | 334 | 313 | 324 | 0 | 10 | 4 | 16 | 510 | 24 | 123 |
| Binary | 11011100 | 11001011 | 11010100 | 0 | 1000 | 100 | 1110 | 101001000 | 10100 | 1010011 |
Color Harmonies of #DCCBD4
Complementary color
Monochromatic Colors of #DCCBD4
Black with #DCCBD4
Text Example
Text Example
White with #DCCBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBD4; }
p { color: rgb(220,203,212); }
H1.HeaderClassName
{
color: #DCCBD4;
}
.AnyTagClassName
{
color: #DCCBD4;
}
</style>
background-color css
<style>
a { background-color: #DCCBD4; }
a { background-color: rgb(220,203,212); }
div.DivClassName
{
background-color: #DCCBD4;
}
.BgClassName
{
background-color: #DCCBD4;
}
</style>
border-color css
<style>
span { border-color: #DCCBD4; }
span { border-color: rgb(220,203,212); }
td.TdClassName
{
border-color: #DCCBD4;
}
.TagClassName
{
border-color: #DCCBD4;
}
</style>