Shades of Twilight #DCC3D1
Tints of Twilight #DCC3D1
RGB
CMYK
RGB Variations
Color information
#DCC3D1 (or 0xDCC3D1) is known color: Twilight. HEX triplet: DC, C3 and D1. RGB value is (220,195,209). Sum of RGB (Red+Green+Blue) = 220+195+209=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3D1 is #233C2E. Grayscale: #CCCCCC. Windows color (decimal): -2309167 or 13747164. OLE color: 13747164.
HSL color Cylindrical-coordinate representation of color #DCC3D1: hue angle of 326.4º 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 #DCC3D1 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 209 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.14 |
| HSL | 326.4º | 0.26% | 0.81% | - |
| HSV(B) | 326.4º | 0.11% | 0.86% | - |
| XYZ | 60.54 | 58.85 | 68.49 | - |
| YUV | 204.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 209 | 0 | 0.11 | 0.05 | 0.14 | 326.4 | 0.26 | 0.81 |
| Hex | DC | C3 | D1 | 0 | B | 5 | E | 146 | 1A | 51 |
| Octal | 334 | 303 | 321 | 0 | 13 | 5 | 16 | 506 | 32 | 121 |
| Binary | 11011100 | 11000011 | 11010001 | 0 | 1011 | 101 | 1110 | 101000110 | 11010 | 1010001 |
Color Harmonies of #DCC3D1
Complementary color
Monochromatic Colors of #DCC3D1
Black with #DCC3D1
Text Example
Text Example
White with #DCC3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3D1; }
p { color: rgb(220,195,209); }
H1.HeaderClassName
{
color: #DCC3D1;
}
.AnyTagClassName
{
color: #DCC3D1;
}
</style>
background-color css
<style>
a { background-color: #DCC3D1; }
a { background-color: rgb(220,195,209); }
div.DivClassName
{
background-color: #DCC3D1;
}
.BgClassName
{
background-color: #DCC3D1;
}
</style>
border-color css
<style>
span { border-color: #DCC3D1; }
span { border-color: rgb(220,195,209); }
td.TdClassName
{
border-color: #DCC3D1;
}
.TagClassName
{
border-color: #DCC3D1;
}
</style>