Shades of Twilight #DDC4D0
Tints of Twilight #DDC4D0
RGB
CMYK
RGB Variations
Color information
#DDC4D0 (or 0xDDC4D0) is known color: Twilight. HEX triplet: DD, C4 and D0. RGB value is (221,196,208). Sum of RGB (Red+Green+Blue) = 221+196+208=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D0 is #223B2F. Grayscale: #CCCCCC. Windows color (decimal): -2243376 or 13681885. OLE color: 13681885.
HSL color Cylindrical-coordinate representation of color #DDC4D0: hue angle of 331.2º 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 #DDC4D0 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 196 | 208 | - |
CMYK | 0 | 0.11 | 0.06 | 0.13 |
HSL | 331.2º | 0.27% | 0.82% | - |
HSV(B) | 331.2º | 0.11% | 0.87% | - |
XYZ | 60.94 | 59.41 | 67.93 | - |
YUV | 204.84 | 129.78 | 139.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 196 | 208 | 0 | 0.11 | 0.06 | 0.13 | 331.2 | 0.27 | 0.82 |
Hex | DD | C4 | D0 | 0 | B | 6 | D | 14B | 1B | 52 |
Octal | 335 | 304 | 320 | 0 | 13 | 6 | 15 | 513 | 33 | 122 |
Binary | 11011101 | 11000100 | 11010000 | 0 | 1011 | 110 | 1101 | 101001011 | 11011 | 1010010 |
Color Harmonies of #DDC4D0
Complementary color
Monochromatic Colors of #DDC4D0
Black with #DDC4D0
Text Example
Text Example
White with #DDC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4D0; }
p { color: rgb(221,196,208); }
H1.HeaderClassName
{
color: #DDC4D0;
}
.AnyTagClassName
{
color: #DDC4D0;
}
</style>
background-color css
<style>
a { background-color: #DDC4D0; }
a { background-color: rgb(221,196,208); }
div.DivClassName
{
background-color: #DDC4D0;
}
.BgClassName
{
background-color: #DDC4D0;
}
</style>
border-color css
<style>
span { border-color: #DDC4D0; }
span { border-color: rgb(221,196,208); }
td.TdClassName
{
border-color: #DDC4D0;
}
.TagClassName
{
border-color: #DDC4D0;
}
</style>