Shades of Twilight #DDBDD1
Tints of Twilight #DDBDD1
RGB
CMYK
RGB Variations
Color information
#DDBDD1 (or 0xDDBDD1) is known color: Twilight. HEX triplet: DD, BD and D1. RGB value is (221,189,209). Sum of RGB (Red+Green+Blue) = 221+189+209=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD1 is #22422E. Grayscale: #C8C8C8. Windows color (decimal): -2245167 or 13745629. OLE color: 13745629.
HSL color Cylindrical-coordinate representation of color #DDBDD1: hue angle of 322.5º 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 #DDBDD1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 209 | - |
CMYK | 0 | 0.14 | 0.05 | 0.13 |
HSL | 322.5º | 0.32% | 0.8% | - |
HSV(B) | 322.5º | 0.14% | 0.87% | - |
XYZ | 59.53 | 56.37 | 68.06 | - |
YUV | 200.85 | 132.6 | 142.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 209 | 0 | 0.14 | 0.05 | 0.13 | 322.5 | 0.32 | 0.8 |
Hex | DD | BD | D1 | 0 | E | 5 | D | 142 | 20 | 50 |
Octal | 335 | 275 | 321 | 0 | 16 | 5 | 15 | 502 | 40 | 120 |
Binary | 11011101 | 10111101 | 11010001 | 0 | 1110 | 101 | 1101 | 101000010 | 100000 | 1010000 |
Color Harmonies of #DDBDD1
Complementary color
Monochromatic Colors of #DDBDD1
Black with #DDBDD1
Text Example
Text Example
White with #DDBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDD1; }
p { color: rgb(221,189,209); }
H1.HeaderClassName
{
color: #DDBDD1;
}
.AnyTagClassName
{
color: #DDBDD1;
}
</style>
background-color css
<style>
a { background-color: #DDBDD1; }
a { background-color: rgb(221,189,209); }
div.DivClassName
{
background-color: #DDBDD1;
}
.BgClassName
{
background-color: #DDBDD1;
}
</style>
border-color css
<style>
span { border-color: #DDBDD1; }
span { border-color: rgb(221,189,209); }
td.TdClassName
{
border-color: #DDBDD1;
}
.TagClassName
{
border-color: #DDBDD1;
}
</style>