Shades of Twilight #DDBECB
Tints of Twilight #DDBECB
RGB
CMYK
RGB Variations
Color information
#DDBECB (or 0xDDBECB) is known color: Twilight. HEX triplet: DD, BE and CB. RGB value is (221,190,203). Sum of RGB (Red+Green+Blue) = 221+190+203=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBECB is #224134. Grayscale: #C8C8C8. Windows color (decimal): -2244917 or 13352669. OLE color: 13352669.
HSL color Cylindrical-coordinate representation of color #DDBECB: hue angle of 334.84º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBECB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 203 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.13 |
| HSL | 334.84º | 0.31% | 0.81% | - |
| HSV(B) | 334.84º | 0.14% | 0.87% | - |
| XYZ | 59.01 | 56.51 | 64.3 | - |
| YUV | 200.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 203 | 0 | 0.14 | 0.08 | 0.13 | 334.84 | 0.31 | 0.81 |
| Hex | DD | BE | CB | 0 | E | 8 | D | 14F | 1F | 51 |
| Octal | 335 | 276 | 313 | 0 | 16 | 10 | 15 | 517 | 37 | 121 |
| Binary | 11011101 | 10111110 | 11001011 | 0 | 1110 | 1000 | 1101 | 101001111 | 11111 | 1010001 |
Color Harmonies of #DDBECB
Complementary color
Monochromatic Colors of #DDBECB
Black with #DDBECB
Text Example
Text Example
White with #DDBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBECB; }
p { color: rgb(221,190,203); }
H1.HeaderClassName
{
color: #DDBECB;
}
.AnyTagClassName
{
color: #DDBECB;
}
</style>
background-color css
<style>
a { background-color: #DDBECB; }
a { background-color: rgb(221,190,203); }
div.DivClassName
{
background-color: #DDBECB;
}
.BgClassName
{
background-color: #DDBECB;
}
</style>
border-color css
<style>
span { border-color: #DDBECB; }
span { border-color: rgb(221,190,203); }
td.TdClassName
{
border-color: #DDBECB;
}
.TagClassName
{
border-color: #DDBECB;
}
</style>