Shades of Twilight #D6C9D0
Tints of Twilight #D6C9D0
RGB
CMYK
RGB Variations
Color information
#D6C9D0 (or 0xD6C9D0) is known color: Twilight. HEX triplet: D6, C9 and D0. RGB value is (214,201,208). Sum of RGB (Red+Green+Blue) = 214+201+208=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9D0 is #29362F. Grayscale: #CDCDCD. Windows color (decimal): -2700848 or 13683158. OLE color: 13683158.
HSL color Cylindrical-coordinate representation of color #D6C9D0: hue angle of 327.69º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6C9D0 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 208 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.16 |
| HSL | 327.69º | 0.14% | 0.81% | - |
| HSV(B) | 327.69º | 0.06% | 0.84% | - |
| XYZ | 60 | 60.62 | 68.21 | - |
| YUV | 205.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 208 | 0 | 0.06 | 0.03 | 0.16 | 327.69 | 0.14 | 0.81 |
| Hex | D6 | C9 | D0 | 0 | 6 | 3 | 10 | 148 | E | 51 |
| Octal | 326 | 311 | 320 | 0 | 6 | 3 | 20 | 510 | 16 | 121 |
| Binary | 11010110 | 11001001 | 11010000 | 0 | 110 | 11 | 10000 | 101001000 | 1110 | 1010001 |
Color Harmonies of #D6C9D0
Complementary color
Monochromatic Colors of #D6C9D0
Black with #D6C9D0
Text Example
Text Example
White with #D6C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9D0; }
p { color: rgb(214,201,208); }
H1.HeaderClassName
{
color: #D6C9D0;
}
.AnyTagClassName
{
color: #D6C9D0;
}
</style>
background-color css
<style>
a { background-color: #D6C9D0; }
a { background-color: rgb(214,201,208); }
div.DivClassName
{
background-color: #D6C9D0;
}
.BgClassName
{
background-color: #D6C9D0;
}
</style>
border-color css
<style>
span { border-color: #D6C9D0; }
span { border-color: rgb(214,201,208); }
td.TdClassName
{
border-color: #D6C9D0;
}
.TagClassName
{
border-color: #D6C9D0;
}
</style>