Shades of Twilight #DDB6CF
Tints of Twilight #DDB6CF
RGB
CMYK
RGB Variations
Color information
#DDB6CF (or 0xDDB6CF) is known color: Twilight. HEX triplet: DD, B6 and CF. RGB value is (221,182,207). Sum of RGB (Red+Green+Blue) = 221+182+207=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6CF is #224930. Grayscale: #C4C4C4. Windows color (decimal): -2246961 or 13612765. OLE color: 13612765.
HSL color Cylindrical-coordinate representation of color #DDB6CF: hue angle of 321.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB6CF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 207 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.13 |
| HSL | 321.54º | 0.36% | 0.79% | - |
| HSV(B) | 321.54º | 0.18% | 0.87% | - |
| XYZ | 57.81 | 53.33 | 66.28 | - |
| YUV | 196.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 207 | 0 | 0.18 | 0.06 | 0.13 | 321.54 | 0.36 | 0.79 |
| Hex | DD | B6 | CF | 0 | 12 | 6 | D | 142 | 24 | 4F |
| Octal | 335 | 266 | 317 | 0 | 22 | 6 | 15 | 502 | 44 | 117 |
| Binary | 11011101 | 10110110 | 11001111 | 0 | 10010 | 110 | 1101 | 101000010 | 100100 | 1001111 |
Color Harmonies of #DDB6CF
Complementary color
Monochromatic Colors of #DDB6CF
Black with #DDB6CF
Text Example
Text Example
White with #DDB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6CF; }
p { color: rgb(221,182,207); }
H1.HeaderClassName
{
color: #DDB6CF;
}
.AnyTagClassName
{
color: #DDB6CF;
}
</style>
background-color css
<style>
a { background-color: #DDB6CF; }
a { background-color: rgb(221,182,207); }
div.DivClassName
{
background-color: #DDB6CF;
}
.BgClassName
{
background-color: #DDB6CF;
}
</style>
border-color css
<style>
span { border-color: #DDB6CF; }
span { border-color: rgb(221,182,207); }
td.TdClassName
{
border-color: #DDB6CF;
}
.TagClassName
{
border-color: #DDB6CF;
}
</style>