Shades of Twilight #D6C9D2
Tints of Twilight #D6C9D2
RGB
CMYK
RGB Variations
Color information
#D6C9D2 (or 0xD6C9D2) is known color: Twilight. HEX triplet: D6, C9 and D2. RGB value is (214,201,210). Sum of RGB (Red+Green+Blue) = 214+201+210=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9D2 is #29362D. Grayscale: #CDCDCD. Windows color (decimal): -2700846 or 13814230. OLE color: 13814230.
HSL color Cylindrical-coordinate representation of color #D6C9D2: hue angle of 318.46º 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 #D6C9D2 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 210 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.16 |
| HSL | 318.46º | 0.14% | 0.81% | - |
| HSV(B) | 318.46º | 0.06% | 0.84% | - |
| XYZ | 60.25 | 60.72 | 69.52 | - |
| YUV | 205.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 210 | 0 | 0.06 | 0.02 | 0.16 | 318.46 | 0.14 | 0.81 |
| Hex | D6 | C9 | D2 | 0 | 6 | 2 | 10 | 13E | E | 51 |
| Octal | 326 | 311 | 322 | 0 | 6 | 2 | 20 | 476 | 16 | 121 |
| Binary | 11010110 | 11001001 | 11010010 | 0 | 110 | 10 | 10000 | 100111110 | 1110 | 1010001 |
Color Harmonies of #D6C9D2
Complementary color
Monochromatic Colors of #D6C9D2
Black with #D6C9D2
Text Example
Text Example
White with #D6C9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9D2; }
p { color: rgb(214,201,210); }
H1.HeaderClassName
{
color: #D6C9D2;
}
.AnyTagClassName
{
color: #D6C9D2;
}
</style>
background-color css
<style>
a { background-color: #D6C9D2; }
a { background-color: rgb(214,201,210); }
div.DivClassName
{
background-color: #D6C9D2;
}
.BgClassName
{
background-color: #D6C9D2;
}
</style>
border-color css
<style>
span { border-color: #D6C9D2; }
span { border-color: rgb(214,201,210); }
td.TdClassName
{
border-color: #D6C9D2;
}
.TagClassName
{
border-color: #D6C9D2;
}
</style>