Shades of Twilight #DDBCCB
Tints of Twilight #DDBCCB
RGB
CMYK
RGB Variations
Color information
#DDBCCB (or 0xDDBCCB) is known color: Twilight. HEX triplet: DD, BC and CB. RGB value is (221,188,203). Sum of RGB (Red+Green+Blue) = 221+188+203=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCCB is #224334. Grayscale: #C7C7C7. Windows color (decimal): -2245429 or 13352157. OLE color: 13352157.
HSL color Cylindrical-coordinate representation of color #DDBCCB: hue angle of 332.73º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBCCB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 203 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.13 |
| HSL | 332.73º | 0.33% | 0.8% | - |
| HSV(B) | 332.73º | 0.15% | 0.87% | - |
| XYZ | 58.58 | 55.65 | 64.15 | - |
| YUV | 199.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 203 | 0 | 0.15 | 0.08 | 0.13 | 332.73 | 0.33 | 0.8 |
| Hex | DD | BC | CB | 0 | F | 8 | D | 14D | 21 | 50 |
| Octal | 335 | 274 | 313 | 0 | 17 | 10 | 15 | 515 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11001011 | 0 | 1111 | 1000 | 1101 | 101001101 | 100001 | 1010000 |
Color Harmonies of #DDBCCB
Complementary color
Monochromatic Colors of #DDBCCB
Black with #DDBCCB
Text Example
Text Example
White with #DDBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCCB; }
p { color: rgb(221,188,203); }
H1.HeaderClassName
{
color: #DDBCCB;
}
.AnyTagClassName
{
color: #DDBCCB;
}
</style>
background-color css
<style>
a { background-color: #DDBCCB; }
a { background-color: rgb(221,188,203); }
div.DivClassName
{
background-color: #DDBCCB;
}
.BgClassName
{
background-color: #DDBCCB;
}
</style>
border-color css
<style>
span { border-color: #DDBCCB; }
span { border-color: rgb(221,188,203); }
td.TdClassName
{
border-color: #DDBCCB;
}
.TagClassName
{
border-color: #DDBCCB;
}
</style>