Shades of Twilight #DDB8C9
Tints of Twilight #DDB8C9
RGB
CMYK
RGB Variations
Color information
#DDB8C9 (or 0xDDB8C9) is known color: Twilight. HEX triplet: DD, B8 and C9. RGB value is (221,184,201). Sum of RGB (Red+Green+Blue) = 221+184+201=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8C9 is #224736. Grayscale: #C4C4C4. Windows color (decimal): -2246455 or 13220061. OLE color: 13220061.
HSL color Cylindrical-coordinate representation of color #DDB8C9: hue angle of 332.43º 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 #DDB8C9 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 201 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.13 |
| HSL | 332.43º | 0.35% | 0.79% | - |
| HSV(B) | 332.43º | 0.17% | 0.87% | - |
| XYZ | 57.5 | 53.87 | 62.63 | - |
| YUV | 197 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 201 | 0 | 0.17 | 0.09 | 0.13 | 332.43 | 0.35 | 0.79 |
| Hex | DD | B8 | C9 | 0 | 11 | 9 | D | 14C | 23 | 4F |
| Octal | 335 | 270 | 311 | 0 | 21 | 11 | 15 | 514 | 43 | 117 |
| Binary | 11011101 | 10111000 | 11001001 | 0 | 10001 | 1001 | 1101 | 101001100 | 100011 | 1001111 |
Color Harmonies of #DDB8C9
Complementary color
Monochromatic Colors of #DDB8C9
Black with #DDB8C9
Text Example
Text Example
White with #DDB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8C9; }
p { color: rgb(221,184,201); }
H1.HeaderClassName
{
color: #DDB8C9;
}
.AnyTagClassName
{
color: #DDB8C9;
}
</style>
background-color css
<style>
a { background-color: #DDB8C9; }
a { background-color: rgb(221,184,201); }
div.DivClassName
{
background-color: #DDB8C9;
}
.BgClassName
{
background-color: #DDB8C9;
}
</style>
border-color css
<style>
span { border-color: #DDB8C9; }
span { border-color: rgb(221,184,201); }
td.TdClassName
{
border-color: #DDB8C9;
}
.TagClassName
{
border-color: #DDB8C9;
}
</style>