Shades of Twilight #DDB4C9
Tints of Twilight #DDB4C9
RGB
CMYK
RGB Variations
Color information
#DDB4C9 (or 0xDDB4C9) is known color: Twilight. HEX triplet: DD, B4 and C9. RGB value is (221,180,201). Sum of RGB (Red+Green+Blue) = 221+180+201=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4C9 is #224B36. Grayscale: #C2C2C2. Windows color (decimal): -2247479 or 13219037. OLE color: 13219037.
HSL color Cylindrical-coordinate representation of color #DDB4C9: hue angle of 329.27º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4C9 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 201 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.13 |
| HSL | 329.27º | 0.38% | 0.79% | - |
| HSV(B) | 329.27º | 0.19% | 0.87% | - |
| XYZ | 56.68 | 52.23 | 62.35 | - |
| YUV | 194.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 201 | 0 | 0.19 | 0.09 | 0.13 | 329.27 | 0.38 | 0.79 |
| Hex | DD | B4 | C9 | 0 | 13 | 9 | D | 149 | 26 | 4F |
| Octal | 335 | 264 | 311 | 0 | 23 | 11 | 15 | 511 | 46 | 117 |
| Binary | 11011101 | 10110100 | 11001001 | 0 | 10011 | 1001 | 1101 | 101001001 | 100110 | 1001111 |
Color Harmonies of #DDB4C9
Complementary color
Monochromatic Colors of #DDB4C9
Black with #DDB4C9
Text Example
Text Example
White with #DDB4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4C9; }
p { color: rgb(221,180,201); }
H1.HeaderClassName
{
color: #DDB4C9;
}
.AnyTagClassName
{
color: #DDB4C9;
}
</style>
background-color css
<style>
a { background-color: #DDB4C9; }
a { background-color: rgb(221,180,201); }
div.DivClassName
{
background-color: #DDB4C9;
}
.BgClassName
{
background-color: #DDB4C9;
}
</style>
border-color css
<style>
span { border-color: #DDB4C9; }
span { border-color: rgb(221,180,201); }
td.TdClassName
{
border-color: #DDB4C9;
}
.TagClassName
{
border-color: #DDB4C9;
}
</style>