Shades of Twilight #DDB6CE
Tints of Twilight #DDB6CE
RGB
CMYK
RGB Variations
Color information
#DDB6CE (or 0xDDB6CE) is known color: Twilight. HEX triplet: DD, B6 and CE. RGB value is (221,182,206). Sum of RGB (Red+Green+Blue) = 221+182+206=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6CE is #224931. Grayscale: #C4C4C4. Windows color (decimal): -2246962 or 13547229. OLE color: 13547229.
HSL color Cylindrical-coordinate representation of color #DDB6CE: hue angle of 323.08º 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 #DDB6CE is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 206 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.13 |
| HSL | 323.08º | 0.36% | 0.79% | - |
| HSV(B) | 323.08º | 0.18% | 0.87% | - |
| XYZ | 57.69 | 53.28 | 65.64 | - |
| YUV | 196.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 206 | 0 | 0.18 | 0.07 | 0.13 | 323.08 | 0.36 | 0.79 |
| Hex | DD | B6 | CE | 0 | 12 | 7 | D | 143 | 24 | 4F |
| Octal | 335 | 266 | 316 | 0 | 22 | 7 | 15 | 503 | 44 | 117 |
| Binary | 11011101 | 10110110 | 11001110 | 0 | 10010 | 111 | 1101 | 101000011 | 100100 | 1001111 |
Color Harmonies of #DDB6CE
Complementary color
Monochromatic Colors of #DDB6CE
Black with #DDB6CE
Text Example
Text Example
White with #DDB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6CE; }
p { color: rgb(221,182,206); }
H1.HeaderClassName
{
color: #DDB6CE;
}
.AnyTagClassName
{
color: #DDB6CE;
}
</style>
background-color css
<style>
a { background-color: #DDB6CE; }
a { background-color: rgb(221,182,206); }
div.DivClassName
{
background-color: #DDB6CE;
}
.BgClassName
{
background-color: #DDB6CE;
}
</style>
border-color css
<style>
span { border-color: #DDB6CE; }
span { border-color: rgb(221,182,206); }
td.TdClassName
{
border-color: #DDB6CE;
}
.TagClassName
{
border-color: #DDB6CE;
}
</style>