Shades of Twilight #D2C3CD
Tints of Twilight #D2C3CD
RGB
CMYK
RGB Variations
Color information
#D2C3CD (or 0xD2C3CD) is known color: Twilight. HEX triplet: D2, C3 and CD. RGB value is (210,195,205). Sum of RGB (Red+Green+Blue) = 210+195+205=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C3CD is #2D3C32. Grayscale: #C8C8C8. Windows color (decimal): -2964531 or 13485010. OLE color: 13485010.
HSL color Cylindrical-coordinate representation of color #D2C3CD: hue angle of 320º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2C3CD is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 205 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.18 |
| HSL | 320º | 0.14% | 0.79% | - |
| HSV(B) | 320º | 0.07% | 0.82% | - |
| XYZ | 57.11 | 57.14 | 65.78 | - |
| YUV | 200.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 205 | 0 | 0.07 | 0.02 | 0.18 | 320 | 0.14 | 0.79 |
| Hex | D2 | C3 | CD | 0 | 7 | 2 | 12 | 140 | E | 4F |
| Octal | 322 | 303 | 315 | 0 | 7 | 2 | 22 | 500 | 16 | 117 |
| Binary | 11010010 | 11000011 | 11001101 | 0 | 111 | 10 | 10010 | 101000000 | 1110 | 1001111 |
Color Harmonies of #D2C3CD
Complementary color
Monochromatic Colors of #D2C3CD
Black with #D2C3CD
Text Example
Text Example
White with #D2C3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C3CD; }
p { color: rgb(210,195,205); }
H1.HeaderClassName
{
color: #D2C3CD;
}
.AnyTagClassName
{
color: #D2C3CD;
}
</style>
background-color css
<style>
a { background-color: #D2C3CD; }
a { background-color: rgb(210,195,205); }
div.DivClassName
{
background-color: #D2C3CD;
}
.BgClassName
{
background-color: #D2C3CD;
}
</style>
border-color css
<style>
span { border-color: #D2C3CD; }
span { border-color: rgb(210,195,205); }
td.TdClassName
{
border-color: #D2C3CD;
}
.TagClassName
{
border-color: #D2C3CD;
}
</style>