Shades of Twilight #DDC6D2
Tints of Twilight #DDC6D2
RGB
CMYK
RGB Variations
Color information
#DDC6D2 (or 0xDDC6D2) is known color: Twilight. HEX triplet: DD, C6 and D2. RGB value is (221,198,210). Sum of RGB (Red+Green+Blue) = 221+198+210=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6D2 is #22392D. Grayscale: #CECECE. Windows color (decimal): -2242862 or 13813469. OLE color: 13813469.
HSL color Cylindrical-coordinate representation of color #DDC6D2: hue angle of 328.7º 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 #DDC6D2 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 210 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.13 |
| HSL | 328.7º | 0.25% | 0.82% | - |
| HSV(B) | 328.7º | 0.1% | 0.87% | - |
| XYZ | 61.65 | 60.41 | 69.38 | - |
| YUV | 206.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 210 | 0 | 0.10 | 0.05 | 0.13 | 328.7 | 0.25 | 0.82 |
| Hex | DD | C6 | D2 | 0 | A | 5 | D | 149 | 19 | 52 |
| Octal | 335 | 306 | 322 | 0 | 12 | 5 | 15 | 511 | 31 | 122 |
| Binary | 11011101 | 11000110 | 11010010 | 0 | 1010 | 101 | 1101 | 101001001 | 11001 | 1010010 |
Color Harmonies of #DDC6D2
Complementary color
Monochromatic Colors of #DDC6D2
Black with #DDC6D2
Text Example
Text Example
White with #DDC6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6D2; }
p { color: rgb(221,198,210); }
H1.HeaderClassName
{
color: #DDC6D2;
}
.AnyTagClassName
{
color: #DDC6D2;
}
</style>
background-color css
<style>
a { background-color: #DDC6D2; }
a { background-color: rgb(221,198,210); }
div.DivClassName
{
background-color: #DDC6D2;
}
.BgClassName
{
background-color: #DDC6D2;
}
</style>
border-color css
<style>
span { border-color: #DDC6D2; }
span { border-color: rgb(221,198,210); }
td.TdClassName
{
border-color: #DDC6D2;
}
.TagClassName
{
border-color: #DDC6D2;
}
</style>