Shades of Twilight #D2BECB
Tints of Twilight #D2BECB
RGB
CMYK
RGB Variations
Color information
#D2BECB (or 0xD2BECB) is known color: Twilight. HEX triplet: D2, BE and CB. RGB value is (210,190,203). Sum of RGB (Red+Green+Blue) = 210+190+203=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BECB is #2D4134. Grayscale: #C5C5C5. Windows color (decimal): -2965813 or 13352658. OLE color: 13352658.
HSL color Cylindrical-coordinate representation of color #D2BECB: hue angle of 321º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BECB is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 203 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.18 |
| HSL | 321º | 0.18% | 0.78% | - |
| HSV(B) | 321º | 0.1% | 0.82% | - |
| XYZ | 55.77 | 54.84 | 64.15 | - |
| YUV | 197.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 203 | 0 | 0.10 | 0.03 | 0.18 | 321 | 0.18 | 0.78 |
| Hex | D2 | BE | CB | 0 | A | 3 | 12 | 141 | 12 | 4E |
| Octal | 322 | 276 | 313 | 0 | 12 | 3 | 22 | 501 | 22 | 116 |
| Binary | 11010010 | 10111110 | 11001011 | 0 | 1010 | 11 | 10010 | 101000001 | 10010 | 1001110 |
Color Harmonies of #D2BECB
Complementary color
Monochromatic Colors of #D2BECB
Black with #D2BECB
Text Example
Text Example
White with #D2BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BECB; }
p { color: rgb(210,190,203); }
H1.HeaderClassName
{
color: #D2BECB;
}
.AnyTagClassName
{
color: #D2BECB;
}
</style>
background-color css
<style>
a { background-color: #D2BECB; }
a { background-color: rgb(210,190,203); }
div.DivClassName
{
background-color: #D2BECB;
}
.BgClassName
{
background-color: #D2BECB;
}
</style>
border-color css
<style>
span { border-color: #D2BECB; }
span { border-color: rgb(210,190,203); }
td.TdClassName
{
border-color: #D2BECB;
}
.TagClassName
{
border-color: #D2BECB;
}
</style>