Shades of Twilight #DDCBD6
Tints of Twilight #DDCBD6
RGB
CMYK
RGB Variations
Color information
#DDCBD6 (or 0xDDCBD6) is known color: Twilight. HEX triplet: DD, CB and D6. RGB value is (221,203,214). Sum of RGB (Red+Green+Blue) = 221+203+214=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBD6 is #223429. Grayscale: #D1D1D1. Windows color (decimal): -2241578 or 14076893. OLE color: 14076893.
HSL color Cylindrical-coordinate representation of color #DDCBD6: hue angle of 323.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCBD6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 214 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.13 |
| HSL | 323.33º | 0.21% | 0.83% | - |
| HSV(B) | 323.33º | 0.08% | 0.87% | - |
| XYZ | 63.31 | 62.94 | 72.43 | - |
| YUV | 209.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 214 | 0 | 0.08 | 0.03 | 0.13 | 323.33 | 0.21 | 0.83 |
| Hex | DD | CB | D6 | 0 | 8 | 3 | D | 143 | 15 | 53 |
| Octal | 335 | 313 | 326 | 0 | 10 | 3 | 15 | 503 | 25 | 123 |
| Binary | 11011101 | 11001011 | 11010110 | 0 | 1000 | 11 | 1101 | 101000011 | 10101 | 1010011 |
Color Harmonies of #DDCBD6
Complementary color
Monochromatic Colors of #DDCBD6
Black with #DDCBD6
Text Example
Text Example
White with #DDCBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBD6; }
p { color: rgb(221,203,214); }
H1.HeaderClassName
{
color: #DDCBD6;
}
.AnyTagClassName
{
color: #DDCBD6;
}
</style>
background-color css
<style>
a { background-color: #DDCBD6; }
a { background-color: rgb(221,203,214); }
div.DivClassName
{
background-color: #DDCBD6;
}
.BgClassName
{
background-color: #DDCBD6;
}
</style>
border-color css
<style>
span { border-color: #DDCBD6; }
span { border-color: rgb(221,203,214); }
td.TdClassName
{
border-color: #DDCBD6;
}
.TagClassName
{
border-color: #DDCBD6;
}
</style>