Shades of Twilight #D6B2C5
Tints of Twilight #D6B2C5
RGB
CMYK
RGB Variations
Color information
#D6B2C5 (or 0xD6B2C5) is known color: Twilight. HEX triplet: D6, B2 and C5. RGB value is (214,178,197). Sum of RGB (Red+Green+Blue) = 214+178+197=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2C5 is #294D3A. Grayscale: #BEBEBE. Windows color (decimal): -2706747 or 12956374. OLE color: 12956374.
HSL color Cylindrical-coordinate representation of color #D6B2C5: hue angle of 328.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B2C5 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 197 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.16 |
| HSL | 328.33º | 0.31% | 0.77% | - |
| HSV(B) | 328.33º | 0.17% | 0.84% | - |
| XYZ | 53.73 | 50.17 | 59.67 | - |
| YUV | 190.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 197 | 0 | 0.17 | 0.08 | 0.16 | 328.33 | 0.31 | 0.77 |
| Hex | D6 | B2 | C5 | 0 | 11 | 8 | 10 | 148 | 1F | 4D |
| Octal | 326 | 262 | 305 | 0 | 21 | 10 | 20 | 510 | 37 | 115 |
| Binary | 11010110 | 10110010 | 11000101 | 0 | 10001 | 1000 | 10000 | 101001000 | 11111 | 1001101 |
Color Harmonies of #D6B2C5
Complementary color
Monochromatic Colors of #D6B2C5
Black with #D6B2C5
Text Example
Text Example
White with #D6B2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B2C5; }
p { color: rgb(214,178,197); }
H1.HeaderClassName
{
color: #D6B2C5;
}
.AnyTagClassName
{
color: #D6B2C5;
}
</style>
background-color css
<style>
a { background-color: #D6B2C5; }
a { background-color: rgb(214,178,197); }
div.DivClassName
{
background-color: #D6B2C5;
}
.BgClassName
{
background-color: #D6B2C5;
}
</style>
border-color css
<style>
span { border-color: #D6B2C5; }
span { border-color: rgb(214,178,197); }
td.TdClassName
{
border-color: #D6B2C5;
}
.TagClassName
{
border-color: #D6B2C5;
}
</style>