Shades of Twilight #DDB8CE
Tints of Twilight #DDB8CE
RGB
CMYK
RGB Variations
Color information
#DDB8CE (or 0xDDB8CE) is known color: Twilight. HEX triplet: DD, B8 and CE. RGB value is (221,184,206). Sum of RGB (Red+Green+Blue) = 221+184+206=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8CE is #224731. Grayscale: #C5C5C5. Windows color (decimal): -2246450 or 13547741. OLE color: 13547741.
HSL color Cylindrical-coordinate representation of color #DDB8CE: hue angle of 324.32º degrees, saturation: 0.35, 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 #DDB8CE is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 206 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.13 |
| HSL | 324.32º | 0.35% | 0.79% | - |
| HSV(B) | 324.32º | 0.17% | 0.87% | - |
| XYZ | 58.1 | 54.11 | 65.77 | - |
| YUV | 197.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 206 | 0 | 0.17 | 0.07 | 0.13 | 324.32 | 0.35 | 0.79 |
| Hex | DD | B8 | CE | 0 | 11 | 7 | D | 144 | 23 | 4F |
| Octal | 335 | 270 | 316 | 0 | 21 | 7 | 15 | 504 | 43 | 117 |
| Binary | 11011101 | 10111000 | 11001110 | 0 | 10001 | 111 | 1101 | 101000100 | 100011 | 1001111 |
Color Harmonies of #DDB8CE
Complementary color
Monochromatic Colors of #DDB8CE
Black with #DDB8CE
Text Example
Text Example
White with #DDB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8CE; }
p { color: rgb(221,184,206); }
H1.HeaderClassName
{
color: #DDB8CE;
}
.AnyTagClassName
{
color: #DDB8CE;
}
</style>
background-color css
<style>
a { background-color: #DDB8CE; }
a { background-color: rgb(221,184,206); }
div.DivClassName
{
background-color: #DDB8CE;
}
.BgClassName
{
background-color: #DDB8CE;
}
</style>
border-color css
<style>
span { border-color: #DDB8CE; }
span { border-color: rgb(221,184,206); }
td.TdClassName
{
border-color: #DDB8CE;
}
.TagClassName
{
border-color: #DDB8CE;
}
</style>