Shades of Twilight #DDB7CE
Tints of Twilight #DDB7CE
RGB
CMYK
RGB Variations
Color information
#DDB7CE (or 0xDDB7CE) is known color: Twilight. HEX triplet: DD, B7 and CE. RGB value is (221,183,206). Sum of RGB (Red+Green+Blue) = 221+183+206=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7CE is #224831. Grayscale: #C4C4C4. Windows color (decimal): -2246706 or 13547485. OLE color: 13547485.
HSL color Cylindrical-coordinate representation of color #DDB7CE: hue angle of 323.68º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7CE is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 206 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.13 |
| HSL | 323.68º | 0.36% | 0.79% | - |
| HSV(B) | 323.68º | 0.17% | 0.87% | - |
| XYZ | 57.89 | 53.7 | 65.71 | - |
| YUV | 196.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 206 | 0 | 0.17 | 0.07 | 0.13 | 323.68 | 0.36 | 0.79 |
| Hex | DD | B7 | CE | 0 | 11 | 7 | D | 144 | 24 | 4F |
| Octal | 335 | 267 | 316 | 0 | 21 | 7 | 15 | 504 | 44 | 117 |
| Binary | 11011101 | 10110111 | 11001110 | 0 | 10001 | 111 | 1101 | 101000100 | 100100 | 1001111 |
Color Harmonies of #DDB7CE
Complementary color
Monochromatic Colors of #DDB7CE
Black with #DDB7CE
Text Example
Text Example
White with #DDB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7CE; }
p { color: rgb(221,183,206); }
H1.HeaderClassName
{
color: #DDB7CE;
}
.AnyTagClassName
{
color: #DDB7CE;
}
</style>
background-color css
<style>
a { background-color: #DDB7CE; }
a { background-color: rgb(221,183,206); }
div.DivClassName
{
background-color: #DDB7CE;
}
.BgClassName
{
background-color: #DDB7CE;
}
</style>
border-color css
<style>
span { border-color: #DDB7CE; }
span { border-color: rgb(221,183,206); }
td.TdClassName
{
border-color: #DDB7CE;
}
.TagClassName
{
border-color: #DDB7CE;
}
</style>