Shades of Twilight #DCC7D3
Tints of Twilight #DCC7D3
RGB
CMYK
RGB Variations
Color information
#DCC7D3 (or 0xDCC7D3) is known color: Twilight. HEX triplet: DC, C7 and D3. RGB value is (220,199,211). Sum of RGB (Red+Green+Blue) = 220+199+211=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7D3 is #23382C. Grayscale: #CECECE. Windows color (decimal): -2308141 or 13879260. OLE color: 13879260.
HSL color Cylindrical-coordinate representation of color #DCC7D3: hue angle of 325.71º 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 #DCC7D3 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 211 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.14 |
| HSL | 325.71º | 0.23% | 0.82% | - |
| HSV(B) | 325.71º | 0.1% | 0.86% | - |
| XYZ | 61.7 | 60.77 | 70.11 | - |
| YUV | 206.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 211 | 0 | 0.10 | 0.04 | 0.14 | 325.71 | 0.23 | 0.82 |
| Hex | DC | C7 | D3 | 0 | A | 4 | E | 146 | 17 | 52 |
| Octal | 334 | 307 | 323 | 0 | 12 | 4 | 16 | 506 | 27 | 122 |
| Binary | 11011100 | 11000111 | 11010011 | 0 | 1010 | 100 | 1110 | 101000110 | 10111 | 1010010 |
Color Harmonies of #DCC7D3
Complementary color
Monochromatic Colors of #DCC7D3
Black with #DCC7D3
Text Example
Text Example
White with #DCC7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7D3; }
p { color: rgb(220,199,211); }
H1.HeaderClassName
{
color: #DCC7D3;
}
.AnyTagClassName
{
color: #DCC7D3;
}
</style>
background-color css
<style>
a { background-color: #DCC7D3; }
a { background-color: rgb(220,199,211); }
div.DivClassName
{
background-color: #DCC7D3;
}
.BgClassName
{
background-color: #DCC7D3;
}
</style>
border-color css
<style>
span { border-color: #DCC7D3; }
span { border-color: rgb(220,199,211); }
td.TdClassName
{
border-color: #DCC7D3;
}
.TagClassName
{
border-color: #DCC7D3;
}
</style>