Shades of Twilight #DCC7D4
Tints of Twilight #DCC7D4
RGB
CMYK
RGB Variations
Color information
#DCC7D4 (or 0xDCC7D4) is known color: Twilight. HEX triplet: DC, C7 and D4. RGB value is (220,199,212). Sum of RGB (Red+Green+Blue) = 220+199+212=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7D4 is #23382B. Grayscale: #CECECE. Windows color (decimal): -2308140 or 13944796. OLE color: 13944796.
HSL color Cylindrical-coordinate representation of color #DCC7D4: hue angle of 322.86º degrees, saturation: 0.23, 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 #DCC7D4 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 212 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.14 |
| HSL | 322.86º | 0.23% | 0.82% | - |
| HSV(B) | 322.86º | 0.1% | 0.86% | - |
| XYZ | 61.82 | 60.82 | 70.77 | - |
| YUV | 206.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 212 | 0 | 0.10 | 0.04 | 0.14 | 322.86 | 0.23 | 0.82 |
| Hex | DC | C7 | D4 | 0 | A | 4 | E | 143 | 17 | 52 |
| Octal | 334 | 307 | 324 | 0 | 12 | 4 | 16 | 503 | 27 | 122 |
| Binary | 11011100 | 11000111 | 11010100 | 0 | 1010 | 100 | 1110 | 101000011 | 10111 | 1010010 |
Color Harmonies of #DCC7D4
Complementary color
Monochromatic Colors of #DCC7D4
Black with #DCC7D4
Text Example
Text Example
White with #DCC7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7D4; }
p { color: rgb(220,199,212); }
H1.HeaderClassName
{
color: #DCC7D4;
}
.AnyTagClassName
{
color: #DCC7D4;
}
</style>
background-color css
<style>
a { background-color: #DCC7D4; }
a { background-color: rgb(220,199,212); }
div.DivClassName
{
background-color: #DCC7D4;
}
.BgClassName
{
background-color: #DCC7D4;
}
</style>
border-color css
<style>
span { border-color: #DCC7D4; }
span { border-color: rgb(220,199,212); }
td.TdClassName
{
border-color: #DCC7D4;
}
.TagClassName
{
border-color: #DCC7D4;
}
</style>