Shades of Twilight #DDC4D1
Tints of Twilight #DDC4D1
RGB
CMYK
RGB Variations
Color information
#DDC4D1 (or 0xDDC4D1) is known color: Twilight. HEX triplet: DD, C4 and D1. RGB value is (221,196,209). Sum of RGB (Red+Green+Blue) = 221+196+209=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D1 is #223B2E. Grayscale: #CCCCCC. Windows color (decimal): -2243375 or 13747421. OLE color: 13747421.
HSL color Cylindrical-coordinate representation of color #DDC4D1: hue angle of 328.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC4D1 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 196 | 209 | - |
CMYK | 0 | 0.11 | 0.05 | 0.13 |
HSL | 328.8º | 0.27% | 0.82% | - |
HSV(B) | 328.8º | 0.11% | 0.87% | - |
XYZ | 61.07 | 59.46 | 68.58 | - |
YUV | 204.96 | 130.28 | 139.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 196 | 209 | 0 | 0.11 | 0.05 | 0.13 | 328.8 | 0.27 | 0.82 |
Hex | DD | C4 | D1 | 0 | B | 5 | D | 149 | 1B | 52 |
Octal | 335 | 304 | 321 | 0 | 13 | 5 | 15 | 511 | 33 | 122 |
Binary | 11011101 | 11000100 | 11010001 | 0 | 1011 | 101 | 1101 | 101001001 | 11011 | 1010010 |
Color Harmonies of #DDC4D1
Complementary color
Monochromatic Colors of #DDC4D1
Black with #DDC4D1
Text Example
Text Example
White with #DDC4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4D1; }
p { color: rgb(221,196,209); }
H1.HeaderClassName
{
color: #DDC4D1;
}
.AnyTagClassName
{
color: #DDC4D1;
}
</style>
background-color css
<style>
a { background-color: #DDC4D1; }
a { background-color: rgb(221,196,209); }
div.DivClassName
{
background-color: #DDC4D1;
}
.BgClassName
{
background-color: #DDC4D1;
}
</style>
border-color css
<style>
span { border-color: #DDC4D1; }
span { border-color: rgb(221,196,209); }
td.TdClassName
{
border-color: #DDC4D1;
}
.TagClassName
{
border-color: #DDC4D1;
}
</style>