Shades of Twilight #DDBDD0
Tints of Twilight #DDBDD0
RGB
CMYK
RGB Variations
Color information
#DDBDD0 (or 0xDDBDD0) is known color: Twilight. HEX triplet: DD, BD and D0. RGB value is (221,189,208). Sum of RGB (Red+Green+Blue) = 221+189+208=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD0 is #22422F. Grayscale: #C8C8C8. Windows color (decimal): -2245168 or 13680093. OLE color: 13680093.
HSL color Cylindrical-coordinate representation of color #DDBDD0: hue angle of 324.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDD0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 208 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.13 |
| HSL | 324.38º | 0.32% | 0.8% | - |
| HSV(B) | 324.38º | 0.14% | 0.87% | - |
| XYZ | 59.4 | 56.32 | 67.41 | - |
| YUV | 200.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 208 | 0 | 0.14 | 0.06 | 0.13 | 324.38 | 0.32 | 0.8 |
| Hex | DD | BD | D0 | 0 | E | 6 | D | 144 | 20 | 50 |
| Octal | 335 | 275 | 320 | 0 | 16 | 6 | 15 | 504 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11010000 | 0 | 1110 | 110 | 1101 | 101000100 | 100000 | 1010000 |
Color Harmonies of #DDBDD0
Complementary color
Monochromatic Colors of #DDBDD0
Black with #DDBDD0
Text Example
Text Example
White with #DDBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDD0; }
p { color: rgb(221,189,208); }
H1.HeaderClassName
{
color: #DDBDD0;
}
.AnyTagClassName
{
color: #DDBDD0;
}
</style>
background-color css
<style>
a { background-color: #DDBDD0; }
a { background-color: rgb(221,189,208); }
div.DivClassName
{
background-color: #DDBDD0;
}
.BgClassName
{
background-color: #DDBDD0;
}
</style>
border-color css
<style>
span { border-color: #DDBDD0; }
span { border-color: rgb(221,189,208); }
td.TdClassName
{
border-color: #DDBDD0;
}
.TagClassName
{
border-color: #DDBDD0;
}
</style>