Shades of Twilight #DDB2C7
Tints of Twilight #DDB2C7
RGB
CMYK
RGB Variations
Color information
#DDB2C7 (or 0xDDB2C7) is known color: Twilight. HEX triplet: DD, B2 and C7. RGB value is (221,178,199). Sum of RGB (Red+Green+Blue) = 221+178+199=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2C7 is #224D38. Grayscale: #C1C1C1. Windows color (decimal): -2247993 or 13087453. OLE color: 13087453.
HSL color Cylindrical-coordinate representation of color #DDB2C7: hue angle of 330.7º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2C7 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 199 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.13 |
| HSL | 330.7º | 0.39% | 0.78% | - |
| HSV(B) | 330.7º | 0.19% | 0.87% | - |
| XYZ | 56.05 | 51.34 | 60.99 | - |
| YUV | 193.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 199 | 0 | 0.19 | 0.10 | 0.13 | 330.7 | 0.39 | 0.78 |
| Hex | DD | B2 | C7 | 0 | 13 | A | D | 14B | 27 | 4E |
| Octal | 335 | 262 | 307 | 0 | 23 | 12 | 15 | 513 | 47 | 116 |
| Binary | 11011101 | 10110010 | 11000111 | 0 | 10011 | 1010 | 1101 | 101001011 | 100111 | 1001110 |
Color Harmonies of #DDB2C7
Complementary color
Monochromatic Colors of #DDB2C7
Black with #DDB2C7
Text Example
Text Example
White with #DDB2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2C7; }
p { color: rgb(221,178,199); }
H1.HeaderClassName
{
color: #DDB2C7;
}
.AnyTagClassName
{
color: #DDB2C7;
}
</style>
background-color css
<style>
a { background-color: #DDB2C7; }
a { background-color: rgb(221,178,199); }
div.DivClassName
{
background-color: #DDB2C7;
}
.BgClassName
{
background-color: #DDB2C7;
}
</style>
border-color css
<style>
span { border-color: #DDB2C7; }
span { border-color: rgb(221,178,199); }
td.TdClassName
{
border-color: #DDB2C7;
}
.TagClassName
{
border-color: #DDB2C7;
}
</style>