Shades of Twilight #DDB8CB
Tints of Twilight #DDB8CB
RGB
CMYK
RGB Variations
Color information
#DDB8CB (or 0xDDB8CB) is known color: Twilight. HEX triplet: DD, B8 and CB. RGB value is (221,184,203). Sum of RGB (Red+Green+Blue) = 221+184+203=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8CB is #224734. Grayscale: #C5C5C5. Windows color (decimal): -2246453 or 13351133. OLE color: 13351133.
HSL color Cylindrical-coordinate representation of color #DDB8CB: hue angle of 329.19º 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 #DDB8CB is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 203 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.13 |
| HSL | 329.19º | 0.35% | 0.79% | - |
| HSV(B) | 329.19º | 0.17% | 0.87% | - |
| XYZ | 57.74 | 53.96 | 63.87 | - |
| YUV | 197.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 203 | 0 | 0.17 | 0.08 | 0.13 | 329.19 | 0.35 | 0.79 |
| Hex | DD | B8 | CB | 0 | 11 | 8 | D | 149 | 23 | 4F |
| Octal | 335 | 270 | 313 | 0 | 21 | 10 | 15 | 511 | 43 | 117 |
| Binary | 11011101 | 10111000 | 11001011 | 0 | 10001 | 1000 | 1101 | 101001001 | 100011 | 1001111 |
Color Harmonies of #DDB8CB
Complementary color
Monochromatic Colors of #DDB8CB
Black with #DDB8CB
Text Example
Text Example
White with #DDB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8CB; }
p { color: rgb(221,184,203); }
H1.HeaderClassName
{
color: #DDB8CB;
}
.AnyTagClassName
{
color: #DDB8CB;
}
</style>
background-color css
<style>
a { background-color: #DDB8CB; }
a { background-color: rgb(221,184,203); }
div.DivClassName
{
background-color: #DDB8CB;
}
.BgClassName
{
background-color: #DDB8CB;
}
</style>
border-color css
<style>
span { border-color: #DDB8CB; }
span { border-color: rgb(221,184,203); }
td.TdClassName
{
border-color: #DDB8CB;
}
.TagClassName
{
border-color: #DDB8CB;
}
</style>