Shades of Twilight #D6B5C6
Tints of Twilight #D6B5C6
RGB
CMYK
RGB Variations
Color information
#D6B5C6 (or 0xD6B5C6) is known color: Twilight. HEX triplet: D6, B5 and C6. RGB value is (214,181,198). Sum of RGB (Red+Green+Blue) = 214+181+198=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5C6 is #294A39. Grayscale: #C0C0C0. Windows color (decimal): -2705978 or 13022678. OLE color: 13022678.
HSL color Cylindrical-coordinate representation of color #D6B5C6: hue angle of 329.09º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B5C6 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 181 | 198 | - |
CMYK | 0 | 0.15 | 0.07 | 0.16 |
HSL | 329.09º | 0.29% | 0.77% | - |
HSV(B) | 329.09º | 0.15% | 0.84% | - |
XYZ | 54.45 | 51.42 | 60.48 | - |
YUV | 192.81 | 130.93 | 143.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 181 | 198 | 0 | 0.15 | 0.07 | 0.16 | 329.09 | 0.29 | 0.77 |
Hex | D6 | B5 | C6 | 0 | F | 7 | 10 | 149 | 1D | 4D |
Octal | 326 | 265 | 306 | 0 | 17 | 7 | 20 | 511 | 35 | 115 |
Binary | 11010110 | 10110101 | 11000110 | 0 | 1111 | 111 | 10000 | 101001001 | 11101 | 1001101 |
Color Harmonies of #D6B5C6
Complementary color
Monochromatic Colors of #D6B5C6
Black with #D6B5C6
Text Example
Text Example
White with #D6B5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5C6; }
p { color: rgb(214,181,198); }
H1.HeaderClassName
{
color: #D6B5C6;
}
.AnyTagClassName
{
color: #D6B5C6;
}
</style>
background-color css
<style>
a { background-color: #D6B5C6; }
a { background-color: rgb(214,181,198); }
div.DivClassName
{
background-color: #D6B5C6;
}
.BgClassName
{
background-color: #D6B5C6;
}
</style>
border-color css
<style>
span { border-color: #D6B5C6; }
span { border-color: rgb(214,181,198); }
td.TdClassName
{
border-color: #D6B5C6;
}
.TagClassName
{
border-color: #D6B5C6;
}
</style>