Shades of Twilight #D6B7CC
Tints of Twilight #D6B7CC
RGB
CMYK
RGB Variations
Color information
#D6B7CC (or 0xD6B7CC) is known color: Twilight. HEX triplet: D6, B7 and CC. RGB value is (214,183,204). Sum of RGB (Red+Green+Blue) = 214+183+204=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7CC is #294833. Grayscale: #C2C2C2. Windows color (decimal): -2705460 or 13416406. OLE color: 13416406.
HSL color Cylindrical-coordinate representation of color #D6B7CC: hue angle of 319.35º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6B7CC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 183 | 204 | - |
CMYK | 0 | 0.14 | 0.05 | 0.16 |
HSL | 319.35º | 0.27% | 0.78% | - |
HSV(B) | 319.35º | 0.14% | 0.84% | - |
XYZ | 55.56 | 52.52 | 64.34 | - |
YUV | 194.66 | 133.27 | 141.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 183 | 204 | 0 | 0.14 | 0.05 | 0.16 | 319.35 | 0.27 | 0.78 |
Hex | D6 | B7 | CC | 0 | E | 5 | 10 | 13F | 1B | 4E |
Octal | 326 | 267 | 314 | 0 | 16 | 5 | 20 | 477 | 33 | 116 |
Binary | 11010110 | 10110111 | 11001100 | 0 | 1110 | 101 | 10000 | 100111111 | 11011 | 1001110 |
Color Harmonies of #D6B7CC
Complementary color
Monochromatic Colors of #D6B7CC
Black with #D6B7CC
Text Example
Text Example
White with #D6B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7CC; }
p { color: rgb(214,183,204); }
H1.HeaderClassName
{
color: #D6B7CC;
}
.AnyTagClassName
{
color: #D6B7CC;
}
</style>
background-color css
<style>
a { background-color: #D6B7CC; }
a { background-color: rgb(214,183,204); }
div.DivClassName
{
background-color: #D6B7CC;
}
.BgClassName
{
background-color: #D6B7CC;
}
</style>
border-color css
<style>
span { border-color: #D6B7CC; }
span { border-color: rgb(214,183,204); }
td.TdClassName
{
border-color: #D6B7CC;
}
.TagClassName
{
border-color: #D6B7CC;
}
</style>