Shades of Twilight #D6BECB
Tints of Twilight #D6BECB
RGB
CMYK
RGB Variations
Color information
#D6BECB (or 0xD6BECB) is known color: Twilight. HEX triplet: D6, BE and CB. RGB value is (214,190,203). Sum of RGB (Red+Green+Blue) = 214+190+203=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BECB is #294134. Grayscale: #C6C6C6. Windows color (decimal): -2703669 or 13352662. OLE color: 13352662.
HSL color Cylindrical-coordinate representation of color #D6BECB: hue angle of 327.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BECB is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 203 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.16 |
| HSL | 327.5º | 0.23% | 0.79% | - |
| HSV(B) | 327.5º | 0.11% | 0.84% | - |
| XYZ | 56.92 | 55.43 | 64.2 | - |
| YUV | 198.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 203 | 0 | 0.11 | 0.05 | 0.16 | 327.5 | 0.23 | 0.79 |
| Hex | D6 | BE | CB | 0 | B | 5 | 10 | 148 | 17 | 4F |
| Octal | 326 | 276 | 313 | 0 | 13 | 5 | 20 | 510 | 27 | 117 |
| Binary | 11010110 | 10111110 | 11001011 | 0 | 1011 | 101 | 10000 | 101001000 | 10111 | 1001111 |
Color Harmonies of #D6BECB
Complementary color
Monochromatic Colors of #D6BECB
Black with #D6BECB
Text Example
Text Example
White with #D6BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BECB; }
p { color: rgb(214,190,203); }
H1.HeaderClassName
{
color: #D6BECB;
}
.AnyTagClassName
{
color: #D6BECB;
}
</style>
background-color css
<style>
a { background-color: #D6BECB; }
a { background-color: rgb(214,190,203); }
div.DivClassName
{
background-color: #D6BECB;
}
.BgClassName
{
background-color: #D6BECB;
}
</style>
border-color css
<style>
span { border-color: #D6BECB; }
span { border-color: rgb(214,190,203); }
td.TdClassName
{
border-color: #D6BECB;
}
.TagClassName
{
border-color: #D6BECB;
}
</style>