Shades of Twilight #DDB8CD
Tints of Twilight #DDB8CD
RGB
CMYK
RGB Variations
Color information
#DDB8CD (or 0xDDB8CD) is known color: Twilight. HEX triplet: DD, B8 and CD. RGB value is (221,184,205). Sum of RGB (Red+Green+Blue) = 221+184+205=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8CD is #224732. Grayscale: #C5C5C5. Windows color (decimal): -2246451 or 13482205. OLE color: 13482205.
HSL color Cylindrical-coordinate representation of color #DDB8CD: hue angle of 325.95º 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 #DDB8CD is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 205 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.13 |
| HSL | 325.95º | 0.35% | 0.79% | - |
| HSV(B) | 325.95º | 0.17% | 0.87% | - |
| XYZ | 57.98 | 54.06 | 65.14 | - |
| YUV | 197.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 205 | 0 | 0.17 | 0.07 | 0.13 | 325.95 | 0.35 | 0.79 |
| Hex | DD | B8 | CD | 0 | 11 | 7 | D | 146 | 23 | 4F |
| Octal | 335 | 270 | 315 | 0 | 21 | 7 | 15 | 506 | 43 | 117 |
| Binary | 11011101 | 10111000 | 11001101 | 0 | 10001 | 111 | 1101 | 101000110 | 100011 | 1001111 |
Color Harmonies of #DDB8CD
Complementary color
Monochromatic Colors of #DDB8CD
Black with #DDB8CD
Text Example
Text Example
White with #DDB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8CD; }
p { color: rgb(221,184,205); }
H1.HeaderClassName
{
color: #DDB8CD;
}
.AnyTagClassName
{
color: #DDB8CD;
}
</style>
background-color css
<style>
a { background-color: #DDB8CD; }
a { background-color: rgb(221,184,205); }
div.DivClassName
{
background-color: #DDB8CD;
}
.BgClassName
{
background-color: #DDB8CD;
}
</style>
border-color css
<style>
span { border-color: #DDB8CD; }
span { border-color: rgb(221,184,205); }
td.TdClassName
{
border-color: #DDB8CD;
}
.TagClassName
{
border-color: #DDB8CD;
}
</style>