Shades of Twilight #DDBCCC
Tints of Twilight #DDBCCC
RGB
CMYK
RGB Variations
Color information
#DDBCCC (or 0xDDBCCC) is known color: Twilight. HEX triplet: DD, BC and CC. RGB value is (221,188,204). Sum of RGB (Red+Green+Blue) = 221+188+204=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCCC is #224333. Grayscale: #C7C7C7. Windows color (decimal): -2245428 or 13417693. OLE color: 13417693.
HSL color Cylindrical-coordinate representation of color #DDBCCC: hue angle of 330.91º 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 #DDBCCC is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 204 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.13 |
| HSL | 330.91º | 0.33% | 0.8% | - |
| HSV(B) | 330.91º | 0.15% | 0.87% | - |
| XYZ | 58.7 | 55.7 | 64.78 | - |
| YUV | 199.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 204 | 0 | 0.15 | 0.08 | 0.13 | 330.91 | 0.33 | 0.8 |
| Hex | DD | BC | CC | 0 | F | 8 | D | 14B | 21 | 50 |
| Octal | 335 | 274 | 314 | 0 | 17 | 10 | 15 | 513 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11001100 | 0 | 1111 | 1000 | 1101 | 101001011 | 100001 | 1010000 |
Color Harmonies of #DDBCCC
Complementary color
Monochromatic Colors of #DDBCCC
Black with #DDBCCC
Text Example
Text Example
White with #DDBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCCC; }
p { color: rgb(221,188,204); }
H1.HeaderClassName
{
color: #DDBCCC;
}
.AnyTagClassName
{
color: #DDBCCC;
}
</style>
background-color css
<style>
a { background-color: #DDBCCC; }
a { background-color: rgb(221,188,204); }
div.DivClassName
{
background-color: #DDBCCC;
}
.BgClassName
{
background-color: #DDBCCC;
}
</style>
border-color css
<style>
span { border-color: #DDBCCC; }
span { border-color: rgb(221,188,204); }
td.TdClassName
{
border-color: #DDBCCC;
}
.TagClassName
{
border-color: #DDBCCC;
}
</style>