Shades of Twilight #DDCBD7
Tints of Twilight #DDCBD7
RGB
CMYK
RGB Variations
Color information
#DDCBD7 (or 0xDDCBD7) is known color: Twilight. HEX triplet: DD, CB and D7. RGB value is (221,203,215). Sum of RGB (Red+Green+Blue) = 221+203+215=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBD7 is #223428. Grayscale: #D1D1D1. Windows color (decimal): -2241577 or 14142429. OLE color: 14142429.
HSL color Cylindrical-coordinate representation of color #DDCBD7: hue angle of 320º 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 #DDCBD7 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 215 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.13 |
| HSL | 320º | 0.21% | 0.83% | - |
| HSV(B) | 320º | 0.08% | 0.87% | - |
| XYZ | 63.44 | 62.99 | 73.1 | - |
| YUV | 209.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 215 | 0 | 0.08 | 0.03 | 0.13 | 320 | 0.21 | 0.83 |
| Hex | DD | CB | D7 | 0 | 8 | 3 | D | 140 | 15 | 53 |
| Octal | 335 | 313 | 327 | 0 | 10 | 3 | 15 | 500 | 25 | 123 |
| Binary | 11011101 | 11001011 | 11010111 | 0 | 1000 | 11 | 1101 | 101000000 | 10101 | 1010011 |
Color Harmonies of #DDCBD7
Complementary color
Monochromatic Colors of #DDCBD7
Black with #DDCBD7
Text Example
Text Example
White with #DDCBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBD7; }
p { color: rgb(221,203,215); }
H1.HeaderClassName
{
color: #DDCBD7;
}
.AnyTagClassName
{
color: #DDCBD7;
}
</style>
background-color css
<style>
a { background-color: #DDCBD7; }
a { background-color: rgb(221,203,215); }
div.DivClassName
{
background-color: #DDCBD7;
}
.BgClassName
{
background-color: #DDCBD7;
}
</style>
border-color css
<style>
span { border-color: #DDCBD7; }
span { border-color: rgb(221,203,215); }
td.TdClassName
{
border-color: #DDCBD7;
}
.TagClassName
{
border-color: #DDCBD7;
}
</style>