Shades of Twilight #DCC7D2
Tints of Twilight #DCC7D2
RGB
CMYK
RGB Variations
Color information
#DCC7D2 (or 0xDCC7D2) is known color: Twilight. HEX triplet: DC, C7 and D2. RGB value is (220,199,210). Sum of RGB (Red+Green+Blue) = 220+199+210=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7D2 is #23382D. Grayscale: #CECECE. Windows color (decimal): -2308142 or 13813724. OLE color: 13813724.
HSL color Cylindrical-coordinate representation of color #DCC7D2: hue angle of 328.57º 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 #DCC7D2 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 210 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.14 |
| HSL | 328.57º | 0.23% | 0.82% | - |
| HSV(B) | 328.57º | 0.1% | 0.86% | - |
| XYZ | 61.57 | 60.72 | 69.45 | - |
| YUV | 206.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 210 | 0 | 0.10 | 0.05 | 0.14 | 328.57 | 0.23 | 0.82 |
| Hex | DC | C7 | D2 | 0 | A | 5 | E | 149 | 17 | 52 |
| Octal | 334 | 307 | 322 | 0 | 12 | 5 | 16 | 511 | 27 | 122 |
| Binary | 11011100 | 11000111 | 11010010 | 0 | 1010 | 101 | 1110 | 101001001 | 10111 | 1010010 |
Color Harmonies of #DCC7D2
Complementary color
Monochromatic Colors of #DCC7D2
Black with #DCC7D2
Text Example
Text Example
White with #DCC7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7D2; }
p { color: rgb(220,199,210); }
H1.HeaderClassName
{
color: #DCC7D2;
}
.AnyTagClassName
{
color: #DCC7D2;
}
</style>
background-color css
<style>
a { background-color: #DCC7D2; }
a { background-color: rgb(220,199,210); }
div.DivClassName
{
background-color: #DCC7D2;
}
.BgClassName
{
background-color: #DCC7D2;
}
</style>
border-color css
<style>
span { border-color: #DCC7D2; }
span { border-color: rgb(220,199,210); }
td.TdClassName
{
border-color: #DCC7D2;
}
.TagClassName
{
border-color: #DCC7D2;
}
</style>