Shades of Twilight #DDBDCB
Tints of Twilight #DDBDCB
RGB
CMYK
RGB Variations
Color information
#DDBDCB (or 0xDDBDCB) is known color: Twilight. HEX triplet: DD, BD and CB. RGB value is (221,189,203). Sum of RGB (Red+Green+Blue) = 221+189+203=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDCB is #224234. Grayscale: #C8C8C8. Windows color (decimal): -2245173 or 13352413. OLE color: 13352413.
HSL color Cylindrical-coordinate representation of color #DDBDCB: hue angle of 333.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDCB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 203 | - |
CMYK | 0 | 0.14 | 0.08 | 0.13 |
HSL | 333.75º | 0.32% | 0.8% | - |
HSV(B) | 333.75º | 0.14% | 0.87% | - |
XYZ | 58.8 | 56.08 | 64.23 | - |
YUV | 200.16 | 129.6 | 142.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 203 | 0 | 0.14 | 0.08 | 0.13 | 333.75 | 0.32 | 0.8 |
Hex | DD | BD | CB | 0 | E | 8 | D | 14E | 20 | 50 |
Octal | 335 | 275 | 313 | 0 | 16 | 10 | 15 | 516 | 40 | 120 |
Binary | 11011101 | 10111101 | 11001011 | 0 | 1110 | 1000 | 1101 | 101001110 | 100000 | 1010000 |
Color Harmonies of #DDBDCB
Complementary color
Monochromatic Colors of #DDBDCB
Black with #DDBDCB
Text Example
Text Example
White with #DDBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDCB; }
p { color: rgb(221,189,203); }
H1.HeaderClassName
{
color: #DDBDCB;
}
.AnyTagClassName
{
color: #DDBDCB;
}
</style>
background-color css
<style>
a { background-color: #DDBDCB; }
a { background-color: rgb(221,189,203); }
div.DivClassName
{
background-color: #DDBDCB;
}
.BgClassName
{
background-color: #DDBDCB;
}
</style>
border-color css
<style>
span { border-color: #DDBDCB; }
span { border-color: rgb(221,189,203); }
td.TdClassName
{
border-color: #DDBDCB;
}
.TagClassName
{
border-color: #DDBDCB;
}
</style>