Shades of Twilight #DDB3CE
Tints of Twilight #DDB3CE
RGB
CMYK
RGB Variations
Color information
#DDB3CE (or 0xDDB3CE) is known color: Twilight. HEX triplet: DD, B3 and CE. RGB value is (221,179,206). Sum of RGB (Red+Green+Blue) = 221+179+206=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3CE is #224C31. Grayscale: #C2C2C2. Windows color (decimal): -2247730 or 13546461. OLE color: 13546461.
HSL color Cylindrical-coordinate representation of color #DDB3CE: hue angle of 321.43º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB3CE is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 206 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.13 |
| HSL | 321.43º | 0.38% | 0.78% | - |
| HSV(B) | 321.43º | 0.19% | 0.87% | - |
| XYZ | 57.08 | 52.07 | 65.43 | - |
| YUV | 194.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 206 | 0 | 0.19 | 0.07 | 0.13 | 321.43 | 0.38 | 0.78 |
| Hex | DD | B3 | CE | 0 | 13 | 7 | D | 141 | 26 | 4E |
| Octal | 335 | 263 | 316 | 0 | 23 | 7 | 15 | 501 | 46 | 116 |
| Binary | 11011101 | 10110011 | 11001110 | 0 | 10011 | 111 | 1101 | 101000001 | 100110 | 1001110 |
Color Harmonies of #DDB3CE
Complementary color
Monochromatic Colors of #DDB3CE
Black with #DDB3CE
Text Example
Text Example
White with #DDB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3CE; }
p { color: rgb(221,179,206); }
H1.HeaderClassName
{
color: #DDB3CE;
}
.AnyTagClassName
{
color: #DDB3CE;
}
</style>
background-color css
<style>
a { background-color: #DDB3CE; }
a { background-color: rgb(221,179,206); }
div.DivClassName
{
background-color: #DDB3CE;
}
.BgClassName
{
background-color: #DDB3CE;
}
</style>
border-color css
<style>
span { border-color: #DDB3CE; }
span { border-color: rgb(221,179,206); }
td.TdClassName
{
border-color: #DDB3CE;
}
.TagClassName
{
border-color: #DDB3CE;
}
</style>