Shades of Twilight #DDBDCD
Tints of Twilight #DDBDCD
RGB
CMYK
RGB Variations
Color information
#DDBDCD (or 0xDDBDCD) is known color: Twilight. HEX triplet: DD, BD and CD. RGB value is (221,189,205). Sum of RGB (Red+Green+Blue) = 221+189+205=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDCD is #224232. Grayscale: #C8C8C8. Windows color (decimal): -2245171 or 13483485. OLE color: 13483485.
HSL color Cylindrical-coordinate representation of color #DDBDCD: hue angle of 330º 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 #DDBDCD is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 205 | - |
CMYK | 0 | 0.14 | 0.07 | 0.13 |
HSL | 330º | 0.32% | 0.8% | - |
HSV(B) | 330º | 0.14% | 0.87% | - |
XYZ | 59.04 | 56.18 | 65.49 | - |
YUV | 200.39 | 130.6 | 142.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 205 | 0 | 0.14 | 0.07 | 0.13 | 330 | 0.32 | 0.8 |
Hex | DD | BD | CD | 0 | E | 7 | D | 14A | 20 | 50 |
Octal | 335 | 275 | 315 | 0 | 16 | 7 | 15 | 512 | 40 | 120 |
Binary | 11011101 | 10111101 | 11001101 | 0 | 1110 | 111 | 1101 | 101001010 | 100000 | 1010000 |
Color Harmonies of #DDBDCD
Complementary color
Monochromatic Colors of #DDBDCD
Black with #DDBDCD
Text Example
Text Example
White with #DDBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDCD; }
p { color: rgb(221,189,205); }
H1.HeaderClassName
{
color: #DDBDCD;
}
.AnyTagClassName
{
color: #DDBDCD;
}
</style>
background-color css
<style>
a { background-color: #DDBDCD; }
a { background-color: rgb(221,189,205); }
div.DivClassName
{
background-color: #DDBDCD;
}
.BgClassName
{
background-color: #DDBDCD;
}
</style>
border-color css
<style>
span { border-color: #DDBDCD; }
span { border-color: rgb(221,189,205); }
td.TdClassName
{
border-color: #DDBDCD;
}
.TagClassName
{
border-color: #DDBDCD;
}
</style>