Shades of Twilight #DDC6D5
Tints of Twilight #DDC6D5
RGB
CMYK
RGB Variations
Color information
#DDC6D5 (or 0xDDC6D5) is known color: Twilight. HEX triplet: DD, C6 and D5. RGB value is (221,198,213). Sum of RGB (Red+Green+Blue) = 221+198+213=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6D5 is #22392A. Grayscale: #CECECE. Windows color (decimal): -2242859 or 14010077. OLE color: 14010077.
HSL color Cylindrical-coordinate representation of color #DDC6D5: hue angle of 320.87º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6D5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 198 | 213 | - |
CMYK | 0 | 0.10 | 0.04 | 0.13 |
HSL | 320.87º | 0.25% | 0.82% | - |
HSV(B) | 320.87º | 0.1% | 0.87% | - |
XYZ | 62.02 | 60.56 | 71.37 | - |
YUV | 206.59 | 131.62 | 138.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 198 | 213 | 0 | 0.10 | 0.04 | 0.13 | 320.87 | 0.25 | 0.82 |
Hex | DD | C6 | D5 | 0 | A | 4 | D | 141 | 19 | 52 |
Octal | 335 | 306 | 325 | 0 | 12 | 4 | 15 | 501 | 31 | 122 |
Binary | 11011101 | 11000110 | 11010101 | 0 | 1010 | 100 | 1101 | 101000001 | 11001 | 1010010 |
Color Harmonies of #DDC6D5
Complementary color
Monochromatic Colors of #DDC6D5
Black with #DDC6D5
Text Example
Text Example
White with #DDC6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6D5; }
p { color: rgb(221,198,213); }
H1.HeaderClassName
{
color: #DDC6D5;
}
.AnyTagClassName
{
color: #DDC6D5;
}
</style>
background-color css
<style>
a { background-color: #DDC6D5; }
a { background-color: rgb(221,198,213); }
div.DivClassName
{
background-color: #DDC6D5;
}
.BgClassName
{
background-color: #DDC6D5;
}
</style>
border-color css
<style>
span { border-color: #DDC6D5; }
span { border-color: rgb(221,198,213); }
td.TdClassName
{
border-color: #DDC6D5;
}
.TagClassName
{
border-color: #DDC6D5;
}
</style>