Shades of Twilight #DDBBCE
Tints of Twilight #DDBBCE
RGB
CMYK
RGB Variations
Color information
#DDBBCE (or 0xDDBBCE) is known color: Twilight. HEX triplet: DD, BB and CE. RGB value is (221,187,206). Sum of RGB (Red+Green+Blue) = 221+187+206=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBCE is #224431. Grayscale: #C7C7C7. Windows color (decimal): -2245682 or 13548509. OLE color: 13548509.
HSL color Cylindrical-coordinate representation of color #DDBBCE: hue angle of 326.47º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBCE is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 206 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.13 |
| HSL | 326.47º | 0.33% | 0.8% | - |
| HSV(B) | 326.47º | 0.15% | 0.87% | - |
| XYZ | 58.73 | 55.37 | 65.98 | - |
| YUV | 199.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 206 | 0 | 0.15 | 0.07 | 0.13 | 326.47 | 0.33 | 0.8 |
| Hex | DD | BB | CE | 0 | F | 7 | D | 146 | 21 | 50 |
| Octal | 335 | 273 | 316 | 0 | 17 | 7 | 15 | 506 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11001110 | 0 | 1111 | 111 | 1101 | 101000110 | 100001 | 1010000 |
Color Harmonies of #DDBBCE
Complementary color
Monochromatic Colors of #DDBBCE
Black with #DDBBCE
Text Example
Text Example
White with #DDBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBCE; }
p { color: rgb(221,187,206); }
H1.HeaderClassName
{
color: #DDBBCE;
}
.AnyTagClassName
{
color: #DDBBCE;
}
</style>
background-color css
<style>
a { background-color: #DDBBCE; }
a { background-color: rgb(221,187,206); }
div.DivClassName
{
background-color: #DDBBCE;
}
.BgClassName
{
background-color: #DDBBCE;
}
</style>
border-color css
<style>
span { border-color: #DDBBCE; }
span { border-color: rgb(221,187,206); }
td.TdClassName
{
border-color: #DDBBCE;
}
.TagClassName
{
border-color: #DDBBCE;
}
</style>