Shades of Twilight #D4BECB
Tints of Twilight #D4BECB
RGB
CMYK
RGB Variations
Color information
#D4BECB (or 0xD4BECB) is known color: Twilight. HEX triplet: D4, BE and CB. RGB value is (212,190,203). Sum of RGB (Red+Green+Blue) = 212+190+203=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BECB is #2B4134. Grayscale: #C6C6C6. Windows color (decimal): -2834741 or 13352660. OLE color: 13352660.
HSL color Cylindrical-coordinate representation of color #D4BECB: hue angle of 324.55º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4BECB is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 203 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.17 |
| HSL | 324.55º | 0.2% | 0.79% | - |
| HSV(B) | 324.55º | 0.1% | 0.83% | - |
| XYZ | 56.34 | 55.14 | 64.17 | - |
| YUV | 198.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 203 | 0 | 0.10 | 0.04 | 0.17 | 324.55 | 0.2 | 0.79 |
| Hex | D4 | BE | CB | 0 | A | 4 | 11 | 145 | 14 | 4F |
| Octal | 324 | 276 | 313 | 0 | 12 | 4 | 21 | 505 | 24 | 117 |
| Binary | 11010100 | 10111110 | 11001011 | 0 | 1010 | 100 | 10001 | 101000101 | 10100 | 1001111 |
Color Harmonies of #D4BECB
Complementary color
Monochromatic Colors of #D4BECB
Black with #D4BECB
Text Example
Text Example
White with #D4BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BECB; }
p { color: rgb(212,190,203); }
H1.HeaderClassName
{
color: #D4BECB;
}
.AnyTagClassName
{
color: #D4BECB;
}
</style>
background-color css
<style>
a { background-color: #D4BECB; }
a { background-color: rgb(212,190,203); }
div.DivClassName
{
background-color: #D4BECB;
}
.BgClassName
{
background-color: #D4BECB;
}
</style>
border-color css
<style>
span { border-color: #D4BECB; }
span { border-color: rgb(212,190,203); }
td.TdClassName
{
border-color: #D4BECB;
}
.TagClassName
{
border-color: #D4BECB;
}
</style>