Shades of Twilight #DDC1CD
Tints of Twilight #DDC1CD
RGB
CMYK
RGB Variations
Color information
#DDC1CD (or 0xDDC1CD) is known color: Twilight. HEX triplet: DD, C1 and CD. RGB value is (221,193,205). Sum of RGB (Red+Green+Blue) = 221+193+205=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1CD is #223E32. Grayscale: #CACACA. Windows color (decimal): -2244147 or 13484509. OLE color: 13484509.
HSL color Cylindrical-coordinate representation of color #DDC1CD: hue angle of 334.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC1CD is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 193 | 205 | - |
CMYK | 0 | 0.13 | 0.07 | 0.13 |
HSL | 334.29º | 0.29% | 0.81% | - |
HSV(B) | 334.29º | 0.13% | 0.87% | - |
XYZ | 59.91 | 57.92 | 65.78 | - |
YUV | 202.74 | 129.28 | 141.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 193 | 205 | 0 | 0.13 | 0.07 | 0.13 | 334.29 | 0.29 | 0.81 |
Hex | DD | C1 | CD | 0 | D | 7 | D | 14E | 1D | 51 |
Octal | 335 | 301 | 315 | 0 | 15 | 7 | 15 | 516 | 35 | 121 |
Binary | 11011101 | 11000001 | 11001101 | 0 | 1101 | 111 | 1101 | 101001110 | 11101 | 1010001 |
Color Harmonies of #DDC1CD
Complementary color
Monochromatic Colors of #DDC1CD
Black with #DDC1CD
Text Example
Text Example
White with #DDC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1CD; }
p { color: rgb(221,193,205); }
H1.HeaderClassName
{
color: #DDC1CD;
}
.AnyTagClassName
{
color: #DDC1CD;
}
</style>
background-color css
<style>
a { background-color: #DDC1CD; }
a { background-color: rgb(221,193,205); }
div.DivClassName
{
background-color: #DDC1CD;
}
.BgClassName
{
background-color: #DDC1CD;
}
</style>
border-color css
<style>
span { border-color: #DDC1CD; }
span { border-color: rgb(221,193,205); }
td.TdClassName
{
border-color: #DDC1CD;
}
.TagClassName
{
border-color: #DDC1CD;
}
</style>