Shades of Twilight #D3C8CF
Tints of Twilight #D3C8CF
RGB
CMYK
RGB Variations
Color information
#D3C8CF (or 0xD3C8CF) is known color: Twilight. HEX triplet: D3, C8 and CF. RGB value is (211,200,207). Sum of RGB (Red+Green+Blue) = 211+200+207=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C8CF is #2C3730. Grayscale: #CCCCCC. Windows color (decimal): -2897713 or 13617363. OLE color: 13617363.
HSL color Cylindrical-coordinate representation of color #D3C8CF: hue angle of 321.82º degrees, saturation: 0.11, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3C8CF is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 207 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.17 |
| HSL | 321.82º | 0.11% | 0.81% | - |
| HSV(B) | 321.82º | 0.05% | 0.83% | - |
| XYZ | 58.78 | 59.66 | 67.45 | - |
| YUV | 204.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 207 | 0 | 0.05 | 0.02 | 0.17 | 321.82 | 0.11 | 0.81 |
| Hex | D3 | C8 | CF | 0 | 5 | 2 | 11 | 142 | B | 51 |
| Octal | 323 | 310 | 317 | 0 | 5 | 2 | 21 | 502 | 13 | 121 |
| Binary | 11010011 | 11001000 | 11001111 | 0 | 101 | 10 | 10001 | 101000010 | 1011 | 1010001 |
Color Harmonies of #D3C8CF
Complementary color
Monochromatic Colors of #D3C8CF
Black with #D3C8CF
Text Example
Text Example
White with #D3C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C8CF; }
p { color: rgb(211,200,207); }
H1.HeaderClassName
{
color: #D3C8CF;
}
.AnyTagClassName
{
color: #D3C8CF;
}
</style>
background-color css
<style>
a { background-color: #D3C8CF; }
a { background-color: rgb(211,200,207); }
div.DivClassName
{
background-color: #D3C8CF;
}
.BgClassName
{
background-color: #D3C8CF;
}
</style>
border-color css
<style>
span { border-color: #D3C8CF; }
span { border-color: rgb(211,200,207); }
td.TdClassName
{
border-color: #D3C8CF;
}
.TagClassName
{
border-color: #D3C8CF;
}
</style>