Shades of Twilight #D6BBCD
Tints of Twilight #D6BBCD
RGB
CMYK
RGB Variations
Color information
#D6BBCD (or 0xD6BBCD) is known color: Twilight. HEX triplet: D6, BB and CD. RGB value is (214,187,205). Sum of RGB (Red+Green+Blue) = 214+187+205=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBCD is #294432. Grayscale: #C5C5C5. Windows color (decimal): -2704435 or 13482966. OLE color: 13482966.
HSL color Cylindrical-coordinate representation of color #D6BBCD: hue angle of 320º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBCD is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 187 | 205 | - |
CMYK | 0 | 0.13 | 0.04 | 0.16 |
HSL | 320º | 0.25% | 0.79% | - |
HSV(B) | 320º | 0.13% | 0.84% | - |
XYZ | 56.52 | 54.24 | 65.25 | - |
YUV | 197.13 | 132.45 | 140.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 187 | 205 | 0 | 0.13 | 0.04 | 0.16 | 320 | 0.25 | 0.79 |
Hex | D6 | BB | CD | 0 | D | 4 | 10 | 140 | 19 | 4F |
Octal | 326 | 273 | 315 | 0 | 15 | 4 | 20 | 500 | 31 | 117 |
Binary | 11010110 | 10111011 | 11001101 | 0 | 1101 | 100 | 10000 | 101000000 | 11001 | 1001111 |
Color Harmonies of #D6BBCD
Complementary color
Monochromatic Colors of #D6BBCD
Black with #D6BBCD
Text Example
Text Example
White with #D6BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBCD; }
p { color: rgb(214,187,205); }
H1.HeaderClassName
{
color: #D6BBCD;
}
.AnyTagClassName
{
color: #D6BBCD;
}
</style>
background-color css
<style>
a { background-color: #D6BBCD; }
a { background-color: rgb(214,187,205); }
div.DivClassName
{
background-color: #D6BBCD;
}
.BgClassName
{
background-color: #D6BBCD;
}
</style>
border-color css
<style>
span { border-color: #D6BBCD; }
span { border-color: rgb(214,187,205); }
td.TdClassName
{
border-color: #D6BBCD;
}
.TagClassName
{
border-color: #D6BBCD;
}
</style>