Shades of Twilight #D6C3D0
Tints of Twilight #D6C3D0
RGB
CMYK
RGB Variations
Color information
#D6C3D0 (or 0xD6C3D0) is known color: Twilight. HEX triplet: D6, C3 and D0. RGB value is (214,195,208). Sum of RGB (Red+Green+Blue) = 214+195+208=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3D0 is #293C2F. Grayscale: #CACACA. Windows color (decimal): -2702384 or 13681622. OLE color: 13681622.
HSL color Cylindrical-coordinate representation of color #D6C3D0: hue angle of 318.95º 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 #D6C3D0 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 208 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.16 |
| HSL | 318.95º | 0.19% | 0.8% | - |
| HSV(B) | 318.95º | 0.09% | 0.84% | - |
| XYZ | 58.63 | 57.88 | 67.76 | - |
| YUV | 202.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 208 | 0 | 0.09 | 0.03 | 0.16 | 318.95 | 0.19 | 0.8 |
| Hex | D6 | C3 | D0 | 0 | 9 | 3 | 10 | 13F | 13 | 50 |
| Octal | 326 | 303 | 320 | 0 | 11 | 3 | 20 | 477 | 23 | 120 |
| Binary | 11010110 | 11000011 | 11010000 | 0 | 1001 | 11 | 10000 | 100111111 | 10011 | 1010000 |
Color Harmonies of #D6C3D0
Complementary color
Monochromatic Colors of #D6C3D0
Black with #D6C3D0
Text Example
Text Example
White with #D6C3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C3D0; }
p { color: rgb(214,195,208); }
H1.HeaderClassName
{
color: #D6C3D0;
}
.AnyTagClassName
{
color: #D6C3D0;
}
</style>
background-color css
<style>
a { background-color: #D6C3D0; }
a { background-color: rgb(214,195,208); }
div.DivClassName
{
background-color: #D6C3D0;
}
.BgClassName
{
background-color: #D6C3D0;
}
</style>
border-color css
<style>
span { border-color: #D6C3D0; }
span { border-color: rgb(214,195,208); }
td.TdClassName
{
border-color: #D6C3D0;
}
.TagClassName
{
border-color: #D6C3D0;
}
</style>