Shades of Twilight #D3C2C8
Tints of Twilight #D3C2C8
RGB
CMYK
RGB Variations
Color information
#D3C2C8 (or 0xD3C2C8) is known color: Twilight. HEX triplet: D3, C2 and C8. RGB value is (211,194,200). Sum of RGB (Red+Green+Blue) = 211+194+200=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2C8 is #2C3D37. Grayscale: #C7C7C7. Windows color (decimal): -2899256 or 13157075. OLE color: 13157075.
HSL color Cylindrical-coordinate representation of color #D3C2C8: hue angle of 338.82º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3C2C8 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 194 | 200 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.17 |
| HSL | 338.82º | 0.16% | 0.79% | - |
| HSV(B) | 338.82º | 0.08% | 0.83% | - |
| XYZ | 56.58 | 56.6 | 62.59 | - |
| YUV | 199.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 194 | 200 | 0 | 0.08 | 0.05 | 0.17 | 338.82 | 0.16 | 0.79 |
| Hex | D3 | C2 | C8 | 0 | 8 | 5 | 11 | 153 | 10 | 4F |
| Octal | 323 | 302 | 310 | 0 | 10 | 5 | 21 | 523 | 20 | 117 |
| Binary | 11010011 | 11000010 | 11001000 | 0 | 1000 | 101 | 10001 | 101010011 | 10000 | 1001111 |
Color Harmonies of #D3C2C8
Complementary color
Monochromatic Colors of #D3C2C8
Black with #D3C2C8
Text Example
Text Example
White with #D3C2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C2C8; }
p { color: rgb(211,194,200); }
H1.HeaderClassName
{
color: #D3C2C8;
}
.AnyTagClassName
{
color: #D3C2C8;
}
</style>
background-color css
<style>
a { background-color: #D3C2C8; }
a { background-color: rgb(211,194,200); }
div.DivClassName
{
background-color: #D3C2C8;
}
.BgClassName
{
background-color: #D3C2C8;
}
</style>
border-color css
<style>
span { border-color: #D3C2C8; }
span { border-color: rgb(211,194,200); }
td.TdClassName
{
border-color: #D3C2C8;
}
.TagClassName
{
border-color: #D3C2C8;
}
</style>