Shades of Twilight #D6C8D2
Tints of Twilight #D6C8D2
RGB
CMYK
RGB Variations
Color information
#D6C8D2 (or 0xD6C8D2) is known color: Twilight. HEX triplet: D6, C8 and D2. RGB value is (214,200,210). Sum of RGB (Red+Green+Blue) = 214+200+210=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8D2 is #29372D. Grayscale: #CDCDCD. Windows color (decimal): -2701102 or 13813974. OLE color: 13813974.
HSL color Cylindrical-coordinate representation of color #D6C8D2: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6C8D2 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 210 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.16 |
| HSL | 317.14º | 0.15% | 0.81% | - |
| HSV(B) | 317.14º | 0.07% | 0.84% | - |
| XYZ | 60.02 | 60.26 | 69.44 | - |
| YUV | 205.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 210 | 0 | 0.07 | 0.02 | 0.16 | 317.14 | 0.15 | 0.81 |
| Hex | D6 | C8 | D2 | 0 | 7 | 2 | 10 | 13D | F | 51 |
| Octal | 326 | 310 | 322 | 0 | 7 | 2 | 20 | 475 | 17 | 121 |
| Binary | 11010110 | 11001000 | 11010010 | 0 | 111 | 10 | 10000 | 100111101 | 1111 | 1010001 |
Color Harmonies of #D6C8D2
Complementary color
Monochromatic Colors of #D6C8D2
Black with #D6C8D2
Text Example
Text Example
White with #D6C8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8D2; }
p { color: rgb(214,200,210); }
H1.HeaderClassName
{
color: #D6C8D2;
}
.AnyTagClassName
{
color: #D6C8D2;
}
</style>
background-color css
<style>
a { background-color: #D6C8D2; }
a { background-color: rgb(214,200,210); }
div.DivClassName
{
background-color: #D6C8D2;
}
.BgClassName
{
background-color: #D6C8D2;
}
</style>
border-color css
<style>
span { border-color: #D6C8D2; }
span { border-color: rgb(214,200,210); }
td.TdClassName
{
border-color: #D6C8D2;
}
.TagClassName
{
border-color: #D6C8D2;
}
</style>