Shades of Twilight #DDBBD1
Tints of Twilight #DDBBD1
RGB
CMYK
RGB Variations
Color information
#DDBBD1 (or 0xDDBBD1) is known color: Twilight. HEX triplet: DD, BB and D1. RGB value is (221,187,209). Sum of RGB (Red+Green+Blue) = 221+187+209=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBD1 is #22442E. Grayscale: #C7C7C7. Windows color (decimal): -2245679 or 13745117. OLE color: 13745117.
HSL color Cylindrical-coordinate representation of color #DDBBD1: hue angle of 321.18º 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 #DDBBD1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 209 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.13 |
| HSL | 321.18º | 0.33% | 0.8% | - |
| HSV(B) | 321.18º | 0.15% | 0.87% | - |
| XYZ | 59.1 | 55.52 | 67.92 | - |
| YUV | 199.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 209 | 0 | 0.15 | 0.05 | 0.13 | 321.18 | 0.33 | 0.8 |
| Hex | DD | BB | D1 | 0 | F | 5 | D | 141 | 21 | 50 |
| Octal | 335 | 273 | 321 | 0 | 17 | 5 | 15 | 501 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11010001 | 0 | 1111 | 101 | 1101 | 101000001 | 100001 | 1010000 |
Color Harmonies of #DDBBD1
Complementary color
Monochromatic Colors of #DDBBD1
Black with #DDBBD1
Text Example
Text Example
White with #DDBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBD1; }
p { color: rgb(221,187,209); }
H1.HeaderClassName
{
color: #DDBBD1;
}
.AnyTagClassName
{
color: #DDBBD1;
}
</style>
background-color css
<style>
a { background-color: #DDBBD1; }
a { background-color: rgb(221,187,209); }
div.DivClassName
{
background-color: #DDBBD1;
}
.BgClassName
{
background-color: #DDBBD1;
}
</style>
border-color css
<style>
span { border-color: #DDBBD1; }
span { border-color: rgb(221,187,209); }
td.TdClassName
{
border-color: #DDBBD1;
}
.TagClassName
{
border-color: #DDBBD1;
}
</style>