Shades of Twilight #D2C1CD
Tints of Twilight #D2C1CD
RGB
CMYK
RGB Variations
Color information
#D2C1CD (or 0xD2C1CD) is known color: Twilight. HEX triplet: D2, C1 and CD. RGB value is (210,193,205). Sum of RGB (Red+Green+Blue) = 210+193+205=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C1CD is #2D3E32. Grayscale: #C7C7C7. Windows color (decimal): -2965043 or 13484498. OLE color: 13484498.
HSL color Cylindrical-coordinate representation of color #D2C1CD: hue angle of 317.65º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2C1CD is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 205 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.18 |
| HSL | 317.65º | 0.16% | 0.79% | - |
| HSV(B) | 317.65º | 0.08% | 0.82% | - |
| XYZ | 56.67 | 56.25 | 65.63 | - |
| YUV | 199.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 205 | 0 | 0.08 | 0.02 | 0.18 | 317.65 | 0.16 | 0.79 |
| Hex | D2 | C1 | CD | 0 | 8 | 2 | 12 | 13E | 10 | 4F |
| Octal | 322 | 301 | 315 | 0 | 10 | 2 | 22 | 476 | 20 | 117 |
| Binary | 11010010 | 11000001 | 11001101 | 0 | 1000 | 10 | 10010 | 100111110 | 10000 | 1001111 |
Color Harmonies of #D2C1CD
Complementary color
Monochromatic Colors of #D2C1CD
Black with #D2C1CD
Text Example
Text Example
White with #D2C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C1CD; }
p { color: rgb(210,193,205); }
H1.HeaderClassName
{
color: #D2C1CD;
}
.AnyTagClassName
{
color: #D2C1CD;
}
</style>
background-color css
<style>
a { background-color: #D2C1CD; }
a { background-color: rgb(210,193,205); }
div.DivClassName
{
background-color: #D2C1CD;
}
.BgClassName
{
background-color: #D2C1CD;
}
</style>
border-color css
<style>
span { border-color: #D2C1CD; }
span { border-color: rgb(210,193,205); }
td.TdClassName
{
border-color: #D2C1CD;
}
.TagClassName
{
border-color: #D2C1CD;
}
</style>