Shades of Twilight #DDCBD5
Tints of Twilight #DDCBD5
RGB
CMYK
RGB Variations
Color information
#DDCBD5 (or 0xDDCBD5) is known color: Twilight. HEX triplet: DD, CB and D5. RGB value is (221,203,213). Sum of RGB (Red+Green+Blue) = 221+203+213=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBD5 is #22342A. Grayscale: #D1D1D1. Windows color (decimal): -2241579 or 14011357. OLE color: 14011357.
HSL color Cylindrical-coordinate representation of color #DDCBD5: hue angle of 326.67º 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 #DDCBD5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 203 | 213 | - |
CMYK | 0 | 0.08 | 0.04 | 0.13 |
HSL | 326.67º | 0.21% | 0.83% | - |
HSV(B) | 326.67º | 0.08% | 0.87% | - |
XYZ | 63.18 | 62.89 | 71.76 | - |
YUV | 209.52 | 129.96 | 136.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 203 | 213 | 0 | 0.08 | 0.04 | 0.13 | 326.67 | 0.21 | 0.83 |
Hex | DD | CB | D5 | 0 | 8 | 4 | D | 147 | 15 | 53 |
Octal | 335 | 313 | 325 | 0 | 10 | 4 | 15 | 507 | 25 | 123 |
Binary | 11011101 | 11001011 | 11010101 | 0 | 1000 | 100 | 1101 | 101000111 | 10101 | 1010011 |
Color Harmonies of #DDCBD5
Complementary color
Monochromatic Colors of #DDCBD5
Black with #DDCBD5
Text Example
Text Example
White with #DDCBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBD5; }
p { color: rgb(221,203,213); }
H1.HeaderClassName
{
color: #DDCBD5;
}
.AnyTagClassName
{
color: #DDCBD5;
}
</style>
background-color css
<style>
a { background-color: #DDCBD5; }
a { background-color: rgb(221,203,213); }
div.DivClassName
{
background-color: #DDCBD5;
}
.BgClassName
{
background-color: #DDCBD5;
}
</style>
border-color css
<style>
span { border-color: #DDCBD5; }
span { border-color: rgb(221,203,213); }
td.TdClassName
{
border-color: #DDCBD5;
}
.TagClassName
{
border-color: #DDCBD5;
}
</style>