Shades of Twilight #D6C7CC
Tints of Twilight #D6C7CC
RGB
CMYK
RGB Variations
Color information
#D6C7CC (or 0xD6C7CC) is known color: Twilight. HEX triplet: D6, C7 and CC. RGB value is (214,199,204). Sum of RGB (Red+Green+Blue) = 214+199+204=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7CC is #293833. Grayscale: #CCCCCC. Windows color (decimal): -2701364 or 13420502. OLE color: 13420502.
HSL color Cylindrical-coordinate representation of color #D6C7CC: hue angle of 340º 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 #D6C7CC is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 204 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.16 |
| HSL | 340º | 0.15% | 0.81% | - |
| HSV(B) | 340º | 0.07% | 0.84% | - |
| XYZ | 59.05 | 59.5 | 65.5 | - |
| YUV | 204.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 204 | 0 | 0.07 | 0.05 | 0.16 | 340 | 0.15 | 0.81 |
| Hex | D6 | C7 | CC | 0 | 7 | 5 | 10 | 154 | F | 51 |
| Octal | 326 | 307 | 314 | 0 | 7 | 5 | 20 | 524 | 17 | 121 |
| Binary | 11010110 | 11000111 | 11001100 | 0 | 111 | 101 | 10000 | 101010100 | 1111 | 1010001 |
Color Harmonies of #D6C7CC
Complementary color
Monochromatic Colors of #D6C7CC
Black with #D6C7CC
Text Example
Text Example
White with #D6C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7CC; }
p { color: rgb(214,199,204); }
H1.HeaderClassName
{
color: #D6C7CC;
}
.AnyTagClassName
{
color: #D6C7CC;
}
</style>
background-color css
<style>
a { background-color: #D6C7CC; }
a { background-color: rgb(214,199,204); }
div.DivClassName
{
background-color: #D6C7CC;
}
.BgClassName
{
background-color: #D6C7CC;
}
</style>
border-color css
<style>
span { border-color: #D6C7CC; }
span { border-color: rgb(214,199,204); }
td.TdClassName
{
border-color: #D6C7CC;
}
.TagClassName
{
border-color: #D6C7CC;
}
</style>