Shades of Twilight #D2C1C7
Tints of Twilight #D2C1C7
RGB
CMYK
RGB Variations
Color information
#D2C1C7 (or 0xD2C1C7) is known color: Twilight. HEX triplet: D2, C1 and C7. RGB value is (210,193,199). Sum of RGB (Red+Green+Blue) = 210+193+199=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C1C7 is #2D3E38. Grayscale: #C6C6C6. Windows color (decimal): -2965049 or 13091282. OLE color: 13091282.
HSL color Cylindrical-coordinate representation of color #D2C1C7: hue angle of 338.82º 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 #D2C1C7 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 199 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.18 |
| HSL | 338.82º | 0.16% | 0.79% | - |
| HSV(B) | 338.82º | 0.08% | 0.82% | - |
| XYZ | 55.96 | 55.97 | 61.89 | - |
| YUV | 198.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 199 | 0 | 0.08 | 0.05 | 0.18 | 338.82 | 0.16 | 0.79 |
| Hex | D2 | C1 | C7 | 0 | 8 | 5 | 12 | 153 | 10 | 4F |
| Octal | 322 | 301 | 307 | 0 | 10 | 5 | 22 | 523 | 20 | 117 |
| Binary | 11010010 | 11000001 | 11000111 | 0 | 1000 | 101 | 10010 | 101010011 | 10000 | 1001111 |
Color Harmonies of #D2C1C7
Complementary color
Monochromatic Colors of #D2C1C7
Black with #D2C1C7
Text Example
Text Example
White with #D2C1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C1C7; }
p { color: rgb(210,193,199); }
H1.HeaderClassName
{
color: #D2C1C7;
}
.AnyTagClassName
{
color: #D2C1C7;
}
</style>
background-color css
<style>
a { background-color: #D2C1C7; }
a { background-color: rgb(210,193,199); }
div.DivClassName
{
background-color: #D2C1C7;
}
.BgClassName
{
background-color: #D2C1C7;
}
</style>
border-color css
<style>
span { border-color: #D2C1C7; }
span { border-color: rgb(210,193,199); }
td.TdClassName
{
border-color: #D2C1C7;
}
.TagClassName
{
border-color: #D2C1C7;
}
</style>