Shades of Twilight #DDBDCE
Tints of Twilight #DDBDCE
RGB
CMYK
RGB Variations
Color information
#DDBDCE (or 0xDDBDCE) is known color: Twilight. HEX triplet: DD, BD and CE. RGB value is (221,189,206). Sum of RGB (Red+Green+Blue) = 221+189+206=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDCE is #224231. Grayscale: #C8C8C8. Windows color (decimal): -2245170 or 13549021. OLE color: 13549021.
HSL color Cylindrical-coordinate representation of color #DDBDCE: hue angle of 328.12º 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 #DDBDCE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 206 | - |
CMYK | 0 | 0.14 | 0.07 | 0.13 |
HSL | 328.13º | 0.32% | 0.8% | - |
HSV(B) | 328.13º | 0.14% | 0.87% | - |
XYZ | 59.16 | 56.22 | 66.13 | - |
YUV | 200.51 | 131.1 | 142.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 206 | 0 | 0.14 | 0.07 | 0.13 | 328.13 | 0.32 | 0.8 |
Hex | DD | BD | CE | 0 | E | 7 | D | 148 | 20 | 50 |
Octal | 335 | 275 | 316 | 0 | 16 | 7 | 15 | 510 | 40 | 120 |
Binary | 11011101 | 10111101 | 11001110 | 0 | 1110 | 111 | 1101 | 101001000 | 100000 | 1010000 |
Color Harmonies of #DDBDCE
Complementary color
Monochromatic Colors of #DDBDCE
Black with #DDBDCE
Text Example
Text Example
White with #DDBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDCE; }
p { color: rgb(221,189,206); }
H1.HeaderClassName
{
color: #DDBDCE;
}
.AnyTagClassName
{
color: #DDBDCE;
}
</style>
background-color css
<style>
a { background-color: #DDBDCE; }
a { background-color: rgb(221,189,206); }
div.DivClassName
{
background-color: #DDBDCE;
}
.BgClassName
{
background-color: #DDBDCE;
}
</style>
border-color css
<style>
span { border-color: #DDBDCE; }
span { border-color: rgb(221,189,206); }
td.TdClassName
{
border-color: #DDBDCE;
}
.TagClassName
{
border-color: #DDBDCE;
}
</style>