Shades of Twilight #D6C3CF
Tints of Twilight #D6C3CF
RGB
CMYK
RGB Variations
Color information
#D6C3CF (or 0xD6C3CF) is known color: Twilight. HEX triplet: D6, C3 and CF. RGB value is (214,195,207). Sum of RGB (Red+Green+Blue) = 214+195+207=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3CF is #293C30. Grayscale: #CACACA. Windows color (decimal): -2702385 or 13616086. OLE color: 13616086.
HSL color Cylindrical-coordinate representation of color #D6C3CF: hue angle of 322.11º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6C3CF is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 207 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.16 |
| HSL | 322.11º | 0.19% | 0.8% | - |
| HSV(B) | 322.11º | 0.09% | 0.84% | - |
| XYZ | 58.51 | 57.83 | 67.11 | - |
| YUV | 202.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 207 | 0 | 0.09 | 0.03 | 0.16 | 322.11 | 0.19 | 0.8 |
| Hex | D6 | C3 | CF | 0 | 9 | 3 | 10 | 142 | 13 | 50 |
| Octal | 326 | 303 | 317 | 0 | 11 | 3 | 20 | 502 | 23 | 120 |
| Binary | 11010110 | 11000011 | 11001111 | 0 | 1001 | 11 | 10000 | 101000010 | 10011 | 1010000 |
Color Harmonies of #D6C3CF
Complementary color
Monochromatic Colors of #D6C3CF
Black with #D6C3CF
Text Example
Text Example
White with #D6C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C3CF; }
p { color: rgb(214,195,207); }
H1.HeaderClassName
{
color: #D6C3CF;
}
.AnyTagClassName
{
color: #D6C3CF;
}
</style>
background-color css
<style>
a { background-color: #D6C3CF; }
a { background-color: rgb(214,195,207); }
div.DivClassName
{
background-color: #D6C3CF;
}
.BgClassName
{
background-color: #D6C3CF;
}
</style>
border-color css
<style>
span { border-color: #D6C3CF; }
span { border-color: rgb(214,195,207); }
td.TdClassName
{
border-color: #D6C3CF;
}
.TagClassName
{
border-color: #D6C3CF;
}
</style>