Shades of Twilight #DDBCCF
Tints of Twilight #DDBCCF
RGB
CMYK
RGB Variations
Color information
#DDBCCF (or 0xDDBCCF) is known color: Twilight. HEX triplet: DD, BC and CF. RGB value is (221,188,207). Sum of RGB (Red+Green+Blue) = 221+188+207=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCCF is #224330. Grayscale: #C7C7C7. Windows color (decimal): -2245425 or 13614301. OLE color: 13614301.
HSL color Cylindrical-coordinate representation of color #DDBCCF: hue angle of 325.45º 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 #DDBCCF is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 207 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.13 |
| HSL | 325.45º | 0.33% | 0.8% | - |
| HSV(B) | 325.45º | 0.15% | 0.87% | - |
| XYZ | 59.06 | 55.84 | 66.7 | - |
| YUV | 200.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 207 | 0 | 0.15 | 0.06 | 0.13 | 325.45 | 0.33 | 0.8 |
| Hex | DD | BC | CF | 0 | F | 6 | D | 145 | 21 | 50 |
| Octal | 335 | 274 | 317 | 0 | 17 | 6 | 15 | 505 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11001111 | 0 | 1111 | 110 | 1101 | 101000101 | 100001 | 1010000 |
Color Harmonies of #DDBCCF
Complementary color
Monochromatic Colors of #DDBCCF
Black with #DDBCCF
Text Example
Text Example
White with #DDBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCCF; }
p { color: rgb(221,188,207); }
H1.HeaderClassName
{
color: #DDBCCF;
}
.AnyTagClassName
{
color: #DDBCCF;
}
</style>
background-color css
<style>
a { background-color: #DDBCCF; }
a { background-color: rgb(221,188,207); }
div.DivClassName
{
background-color: #DDBCCF;
}
.BgClassName
{
background-color: #DDBCCF;
}
</style>
border-color css
<style>
span { border-color: #DDBCCF; }
span { border-color: rgb(221,188,207); }
td.TdClassName
{
border-color: #DDBCCF;
}
.TagClassName
{
border-color: #DDBCCF;
}
</style>