Shades of Twilight #DDB4C7
Tints of Twilight #DDB4C7
RGB
CMYK
RGB Variations
Color information
#DDB4C7 (or 0xDDB4C7) is known color: Twilight. HEX triplet: DD, B4 and C7. RGB value is (221,180,199). Sum of RGB (Red+Green+Blue) = 221+180+199=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4C7 is #224B38. Grayscale: #C2C2C2. Windows color (decimal): -2247481 or 13087965. OLE color: 13087965.
HSL color Cylindrical-coordinate representation of color #DDB4C7: hue angle of 332.2º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4C7 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 199 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.13 |
| HSL | 332.2º | 0.38% | 0.79% | - |
| HSV(B) | 332.2º | 0.19% | 0.87% | - |
| XYZ | 56.45 | 52.14 | 61.12 | - |
| YUV | 194.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 199 | 0 | 0.19 | 0.10 | 0.13 | 332.2 | 0.38 | 0.79 |
| Hex | DD | B4 | C7 | 0 | 13 | A | D | 14C | 26 | 4F |
| Octal | 335 | 264 | 307 | 0 | 23 | 12 | 15 | 514 | 46 | 117 |
| Binary | 11011101 | 10110100 | 11000111 | 0 | 10011 | 1010 | 1101 | 101001100 | 100110 | 1001111 |
Color Harmonies of #DDB4C7
Complementary color
Monochromatic Colors of #DDB4C7
Black with #DDB4C7
Text Example
Text Example
White with #DDB4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4C7; }
p { color: rgb(221,180,199); }
H1.HeaderClassName
{
color: #DDB4C7;
}
.AnyTagClassName
{
color: #DDB4C7;
}
</style>
background-color css
<style>
a { background-color: #DDB4C7; }
a { background-color: rgb(221,180,199); }
div.DivClassName
{
background-color: #DDB4C7;
}
.BgClassName
{
background-color: #DDB4C7;
}
</style>
border-color css
<style>
span { border-color: #DDB4C7; }
span { border-color: rgb(221,180,199); }
td.TdClassName
{
border-color: #DDB4C7;
}
.TagClassName
{
border-color: #DDB4C7;
}
</style>