Shades of Twilight #DDB5D0
Tints of Twilight #DDB5D0
RGB
CMYK
RGB Variations
Color information
#DDB5D0 (or 0xDDB5D0) is known color: Twilight. HEX triplet: DD, B5 and D0. RGB value is (221,181,208). Sum of RGB (Red+Green+Blue) = 221+181+208=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5D0 is #224A2F. Grayscale: #C3C3C3. Windows color (decimal): -2247216 or 13678045. OLE color: 13678045.
HSL color Cylindrical-coordinate representation of color #DDB5D0: hue angle of 319.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5D0 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 208 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.13 |
| HSL | 319.5º | 0.37% | 0.79% | - |
| HSV(B) | 319.5º | 0.18% | 0.87% | - |
| XYZ | 57.73 | 52.97 | 66.86 | - |
| YUV | 196.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 208 | 0 | 0.18 | 0.06 | 0.13 | 319.5 | 0.37 | 0.79 |
| Hex | DD | B5 | D0 | 0 | 12 | 6 | D | 140 | 25 | 4F |
| Octal | 335 | 265 | 320 | 0 | 22 | 6 | 15 | 500 | 45 | 117 |
| Binary | 11011101 | 10110101 | 11010000 | 0 | 10010 | 110 | 1101 | 101000000 | 100101 | 1001111 |
Color Harmonies of #DDB5D0
Complementary color
Monochromatic Colors of #DDB5D0
Black with #DDB5D0
Text Example
Text Example
White with #DDB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5D0; }
p { color: rgb(221,181,208); }
H1.HeaderClassName
{
color: #DDB5D0;
}
.AnyTagClassName
{
color: #DDB5D0;
}
</style>
background-color css
<style>
a { background-color: #DDB5D0; }
a { background-color: rgb(221,181,208); }
div.DivClassName
{
background-color: #DDB5D0;
}
.BgClassName
{
background-color: #DDB5D0;
}
</style>
border-color css
<style>
span { border-color: #DDB5D0; }
span { border-color: rgb(221,181,208); }
td.TdClassName
{
border-color: #DDB5D0;
}
.TagClassName
{
border-color: #DDB5D0;
}
</style>