Shades of Twilight #D6C7D2
Tints of Twilight #D6C7D2
RGB
CMYK
RGB Variations
Color information
#D6C7D2 (or 0xD6C7D2) is known color: Twilight. HEX triplet: D6, C7 and D2. RGB value is (214,199,210). Sum of RGB (Red+Green+Blue) = 214+199+210=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7D2 is #29382D. Grayscale: #CCCCCC. Windows color (decimal): -2701358 or 13813718. OLE color: 13813718.
HSL color Cylindrical-coordinate representation of color #D6C7D2: hue angle of 316º 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 #D6C7D2 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 210 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.16 |
| HSL | 316º | 0.15% | 0.81% | - |
| HSV(B) | 316º | 0.07% | 0.84% | - |
| XYZ | 59.79 | 59.8 | 69.36 | - |
| YUV | 204.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 210 | 0 | 0.07 | 0.02 | 0.16 | 316 | 0.15 | 0.81 |
| Hex | D6 | C7 | D2 | 0 | 7 | 2 | 10 | 13C | F | 51 |
| Octal | 326 | 307 | 322 | 0 | 7 | 2 | 20 | 474 | 17 | 121 |
| Binary | 11010110 | 11000111 | 11010010 | 0 | 111 | 10 | 10000 | 100111100 | 1111 | 1010001 |
Color Harmonies of #D6C7D2
Complementary color
Monochromatic Colors of #D6C7D2
Black with #D6C7D2
Text Example
Text Example
White with #D6C7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7D2; }
p { color: rgb(214,199,210); }
H1.HeaderClassName
{
color: #D6C7D2;
}
.AnyTagClassName
{
color: #D6C7D2;
}
</style>
background-color css
<style>
a { background-color: #D6C7D2; }
a { background-color: rgb(214,199,210); }
div.DivClassName
{
background-color: #D6C7D2;
}
.BgClassName
{
background-color: #D6C7D2;
}
</style>
border-color css
<style>
span { border-color: #D6C7D2; }
span { border-color: rgb(214,199,210); }
td.TdClassName
{
border-color: #D6C7D2;
}
.TagClassName
{
border-color: #D6C7D2;
}
</style>