Shades of Twilight #DDBCCE
Tints of Twilight #DDBCCE
RGB
CMYK
RGB Variations
Color information
#DDBCCE (or 0xDDBCCE) is known color: Twilight. HEX triplet: DD, BC and CE. RGB value is (221,188,206). Sum of RGB (Red+Green+Blue) = 221+188+206=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCCE is #224331. Grayscale: #C7C7C7. Windows color (decimal): -2245426 or 13548765. OLE color: 13548765.
HSL color Cylindrical-coordinate representation of color #DDBCCE: hue angle of 327.27º 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 #DDBCCE is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 206 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.13 |
| HSL | 327.27º | 0.33% | 0.8% | - |
| HSV(B) | 327.27º | 0.15% | 0.87% | - |
| XYZ | 58.94 | 55.79 | 66.06 | - |
| YUV | 199.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 206 | 0 | 0.15 | 0.07 | 0.13 | 327.27 | 0.33 | 0.8 |
| Hex | DD | BC | CE | 0 | F | 7 | D | 147 | 21 | 50 |
| Octal | 335 | 274 | 316 | 0 | 17 | 7 | 15 | 507 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11001110 | 0 | 1111 | 111 | 1101 | 101000111 | 100001 | 1010000 |
Color Harmonies of #DDBCCE
Complementary color
Monochromatic Colors of #DDBCCE
Black with #DDBCCE
Text Example
Text Example
White with #DDBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCCE; }
p { color: rgb(221,188,206); }
H1.HeaderClassName
{
color: #DDBCCE;
}
.AnyTagClassName
{
color: #DDBCCE;
}
</style>
background-color css
<style>
a { background-color: #DDBCCE; }
a { background-color: rgb(221,188,206); }
div.DivClassName
{
background-color: #DDBCCE;
}
.BgClassName
{
background-color: #DDBCCE;
}
</style>
border-color css
<style>
span { border-color: #DDBCCE; }
span { border-color: rgb(221,188,206); }
td.TdClassName
{
border-color: #DDBCCE;
}
.TagClassName
{
border-color: #DDBCCE;
}
</style>