Shades of Twilight #DDC7D5
Tints of Twilight #DDC7D5
RGB
CMYK
RGB Variations
Color information
#DDC7D5 (or 0xDDC7D5) is known color: Twilight. HEX triplet: DD, C7 and D5. RGB value is (221,199,213). Sum of RGB (Red+Green+Blue) = 221+199+213=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7D5 is #22382A. Grayscale: #CFCFCF. Windows color (decimal): -2242603 or 14010333. OLE color: 14010333.
HSL color Cylindrical-coordinate representation of color #DDC7D5: hue angle of 321.82º degrees, saturation: 0.24, 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 #DDC7D5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 199 | 213 | - |
CMYK | 0 | 0.10 | 0.04 | 0.13 |
HSL | 321.82º | 0.24% | 0.82% | - |
HSV(B) | 321.82º | 0.1% | 0.87% | - |
XYZ | 62.25 | 61.02 | 71.45 | - |
YUV | 207.17 | 131.29 | 137.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 199 | 213 | 0 | 0.10 | 0.04 | 0.13 | 321.82 | 0.24 | 0.82 |
Hex | DD | C7 | D5 | 0 | A | 4 | D | 142 | 18 | 52 |
Octal | 335 | 307 | 325 | 0 | 12 | 4 | 15 | 502 | 30 | 122 |
Binary | 11011101 | 11000111 | 11010101 | 0 | 1010 | 100 | 1101 | 101000010 | 11000 | 1010010 |
Color Harmonies of #DDC7D5
Complementary color
Monochromatic Colors of #DDC7D5
Black with #DDC7D5
Text Example
Text Example
White with #DDC7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7D5; }
p { color: rgb(221,199,213); }
H1.HeaderClassName
{
color: #DDC7D5;
}
.AnyTagClassName
{
color: #DDC7D5;
}
</style>
background-color css
<style>
a { background-color: #DDC7D5; }
a { background-color: rgb(221,199,213); }
div.DivClassName
{
background-color: #DDC7D5;
}
.BgClassName
{
background-color: #DDC7D5;
}
</style>
border-color css
<style>
span { border-color: #DDC7D5; }
span { border-color: rgb(221,199,213); }
td.TdClassName
{
border-color: #DDC7D5;
}
.TagClassName
{
border-color: #DDC7D5;
}
</style>