Shades of Twilight #DDB9CE
Tints of Twilight #DDB9CE
RGB
CMYK
RGB Variations
Color information
#DDB9CE (or 0xDDB9CE) is known color: Twilight. HEX triplet: DD, B9 and CE. RGB value is (221,185,206). Sum of RGB (Red+Green+Blue) = 221+185+206=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9CE is #224631. Grayscale: #C6C6C6. Windows color (decimal): -2246194 or 13547997. OLE color: 13547997.
HSL color Cylindrical-coordinate representation of color #DDB9CE: hue angle of 325º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDB9CE is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 206 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.13 |
| HSL | 325º | 0.35% | 0.8% | - |
| HSV(B) | 325º | 0.16% | 0.87% | - |
| XYZ | 58.31 | 54.53 | 65.84 | - |
| YUV | 198.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 206 | 0 | 0.16 | 0.07 | 0.13 | 325 | 0.35 | 0.8 |
| Hex | DD | B9 | CE | 0 | 10 | 7 | D | 145 | 23 | 50 |
| Octal | 335 | 271 | 316 | 0 | 20 | 7 | 15 | 505 | 43 | 120 |
| Binary | 11011101 | 10111001 | 11001110 | 0 | 10000 | 111 | 1101 | 101000101 | 100011 | 1010000 |
Color Harmonies of #DDB9CE
Complementary color
Monochromatic Colors of #DDB9CE
Black with #DDB9CE
Text Example
Text Example
White with #DDB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9CE; }
p { color: rgb(221,185,206); }
H1.HeaderClassName
{
color: #DDB9CE;
}
.AnyTagClassName
{
color: #DDB9CE;
}
</style>
background-color css
<style>
a { background-color: #DDB9CE; }
a { background-color: rgb(221,185,206); }
div.DivClassName
{
background-color: #DDB9CE;
}
.BgClassName
{
background-color: #DDB9CE;
}
</style>
border-color css
<style>
span { border-color: #DDB9CE; }
span { border-color: rgb(221,185,206); }
td.TdClassName
{
border-color: #DDB9CE;
}
.TagClassName
{
border-color: #DDB9CE;
}
</style>