Shades of Twilight #DCC7D0
Tints of Twilight #DCC7D0
RGB
CMYK
RGB Variations
Color information
#DCC7D0 (or 0xDCC7D0) is known color: Twilight. HEX triplet: DC, C7 and D0. RGB value is (220,199,208). Sum of RGB (Red+Green+Blue) = 220+199+208=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7D0 is #23382F. Grayscale: #CECECE. Windows color (decimal): -2308144 or 13682652. OLE color: 13682652.
HSL color Cylindrical-coordinate representation of color #DCC7D0: hue angle of 334.29º 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 #DCC7D0 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 208 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.14 |
| HSL | 334.29º | 0.23% | 0.82% | - |
| HSV(B) | 334.29º | 0.1% | 0.86% | - |
| XYZ | 61.32 | 60.62 | 68.14 | - |
| YUV | 206.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 208 | 0 | 0.10 | 0.05 | 0.14 | 334.29 | 0.23 | 0.82 |
| Hex | DC | C7 | D0 | 0 | A | 5 | E | 14E | 17 | 52 |
| Octal | 334 | 307 | 320 | 0 | 12 | 5 | 16 | 516 | 27 | 122 |
| Binary | 11011100 | 11000111 | 11010000 | 0 | 1010 | 101 | 1110 | 101001110 | 10111 | 1010010 |
Color Harmonies of #DCC7D0
Complementary color
Monochromatic Colors of #DCC7D0
Black with #DCC7D0
Text Example
Text Example
White with #DCC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7D0; }
p { color: rgb(220,199,208); }
H1.HeaderClassName
{
color: #DCC7D0;
}
.AnyTagClassName
{
color: #DCC7D0;
}
</style>
background-color css
<style>
a { background-color: #DCC7D0; }
a { background-color: rgb(220,199,208); }
div.DivClassName
{
background-color: #DCC7D0;
}
.BgClassName
{
background-color: #DCC7D0;
}
</style>
border-color css
<style>
span { border-color: #DCC7D0; }
span { border-color: rgb(220,199,208); }
td.TdClassName
{
border-color: #DCC7D0;
}
.TagClassName
{
border-color: #DCC7D0;
}
</style>