Shades of Twilight #DDBECD
Tints of Twilight #DDBECD
RGB
CMYK
RGB Variations
Color information
#DDBECD (or 0xDDBECD) is known color: Twilight. HEX triplet: DD, BE and CD. RGB value is (221,190,205). Sum of RGB (Red+Green+Blue) = 221+190+205=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBECD is #224132. Grayscale: #C8C8C8. Windows color (decimal): -2244915 or 13483741. OLE color: 13483741.
HSL color Cylindrical-coordinate representation of color #DDBECD: hue angle of 330.97º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBECD is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 205 | - |
CMYK | 0 | 0.14 | 0.07 | 0.13 |
HSL | 330.97º | 0.31% | 0.81% | - |
HSV(B) | 330.97º | 0.14% | 0.87% | - |
XYZ | 59.25 | 56.61 | 65.56 | - |
YUV | 200.98 | 130.27 | 142.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 205 | 0 | 0.14 | 0.07 | 0.13 | 330.97 | 0.31 | 0.81 |
Hex | DD | BE | CD | 0 | E | 7 | D | 14B | 1F | 51 |
Octal | 335 | 276 | 315 | 0 | 16 | 7 | 15 | 513 | 37 | 121 |
Binary | 11011101 | 10111110 | 11001101 | 0 | 1110 | 111 | 1101 | 101001011 | 11111 | 1010001 |
Color Harmonies of #DDBECD
Complementary color
Monochromatic Colors of #DDBECD
Black with #DDBECD
Text Example
Text Example
White with #DDBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBECD; }
p { color: rgb(221,190,205); }
H1.HeaderClassName
{
color: #DDBECD;
}
.AnyTagClassName
{
color: #DDBECD;
}
</style>
background-color css
<style>
a { background-color: #DDBECD; }
a { background-color: rgb(221,190,205); }
div.DivClassName
{
background-color: #DDBECD;
}
.BgClassName
{
background-color: #DDBECD;
}
</style>
border-color css
<style>
span { border-color: #DDBECD; }
span { border-color: rgb(221,190,205); }
td.TdClassName
{
border-color: #DDBECD;
}
.TagClassName
{
border-color: #DDBECD;
}
</style>