Shades of Twilight #DCC3D4
Tints of Twilight #DCC3D4
RGB
CMYK
RGB Variations
Color information
#DCC3D4 (or 0xDCC3D4) is known color: Twilight. HEX triplet: DC, C3 and D4. RGB value is (220,195,212). Sum of RGB (Red+Green+Blue) = 220+195+212=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3D4 is #233C2B. Grayscale: #CCCCCC. Windows color (decimal): -2309164 or 13943772. OLE color: 13943772.
HSL color Cylindrical-coordinate representation of color #DCC3D4: hue angle of 319.2º 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 #DCC3D4 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 212 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.14 |
| HSL | 319.2º | 0.26% | 0.81% | - |
| HSV(B) | 319.2º | 0.11% | 0.86% | - |
| XYZ | 60.91 | 59 | 70.46 | - |
| YUV | 204.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 212 | 0 | 0.11 | 0.04 | 0.14 | 319.2 | 0.26 | 0.81 |
| Hex | DC | C3 | D4 | 0 | B | 4 | E | 13F | 1A | 51 |
| Octal | 334 | 303 | 324 | 0 | 13 | 4 | 16 | 477 | 32 | 121 |
| Binary | 11011100 | 11000011 | 11010100 | 0 | 1011 | 100 | 1110 | 100111111 | 11010 | 1010001 |
Color Harmonies of #DCC3D4
Complementary color
Monochromatic Colors of #DCC3D4
Black with #DCC3D4
Text Example
Text Example
White with #DCC3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3D4; }
p { color: rgb(220,195,212); }
H1.HeaderClassName
{
color: #DCC3D4;
}
.AnyTagClassName
{
color: #DCC3D4;
}
</style>
background-color css
<style>
a { background-color: #DCC3D4; }
a { background-color: rgb(220,195,212); }
div.DivClassName
{
background-color: #DCC3D4;
}
.BgClassName
{
background-color: #DCC3D4;
}
</style>
border-color css
<style>
span { border-color: #DCC3D4; }
span { border-color: rgb(220,195,212); }
td.TdClassName
{
border-color: #DCC3D4;
}
.TagClassName
{
border-color: #DCC3D4;
}
</style>