Shades of Twilight #DDC7D1
Tints of Twilight #DDC7D1
RGB
CMYK
RGB Variations
Color information
#DDC7D1 (or 0xDDC7D1) is known color: Twilight. HEX triplet: DD, C7 and D1. RGB value is (221,199,209). Sum of RGB (Red+Green+Blue) = 221+199+209=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7D1 is #22382E. Grayscale: #CECECE. Windows color (decimal): -2242607 or 13748189. OLE color: 13748189.
HSL color Cylindrical-coordinate representation of color #DDC7D1: hue angle of 332.73º 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 #DDC7D1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 199 | 209 | - |
CMYK | 0 | 0.10 | 0.05 | 0.13 |
HSL | 332.73º | 0.24% | 0.82% | - |
HSV(B) | 332.73º | 0.1% | 0.87% | - |
XYZ | 61.75 | 60.82 | 68.81 | - |
YUV | 206.72 | 129.29 | 138.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 199 | 209 | 0 | 0.10 | 0.05 | 0.13 | 332.73 | 0.24 | 0.82 |
Hex | DD | C7 | D1 | 0 | A | 5 | D | 14D | 18 | 52 |
Octal | 335 | 307 | 321 | 0 | 12 | 5 | 15 | 515 | 30 | 122 |
Binary | 11011101 | 11000111 | 11010001 | 0 | 1010 | 101 | 1101 | 101001101 | 11000 | 1010010 |
Color Harmonies of #DDC7D1
Complementary color
Monochromatic Colors of #DDC7D1
Black with #DDC7D1
Text Example
Text Example
White with #DDC7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7D1; }
p { color: rgb(221,199,209); }
H1.HeaderClassName
{
color: #DDC7D1;
}
.AnyTagClassName
{
color: #DDC7D1;
}
</style>
background-color css
<style>
a { background-color: #DDC7D1; }
a { background-color: rgb(221,199,209); }
div.DivClassName
{
background-color: #DDC7D1;
}
.BgClassName
{
background-color: #DDC7D1;
}
</style>
border-color css
<style>
span { border-color: #DDC7D1; }
span { border-color: rgb(221,199,209); }
td.TdClassName
{
border-color: #DDC7D1;
}
.TagClassName
{
border-color: #DDC7D1;
}
</style>