Shades of Twilight #DEC9D5
Tints of Twilight #DEC9D5
RGB
CMYK
RGB Variations
Color information
#DEC9D5 (or 0xDEC9D5) is known color: Twilight. HEX triplet: DE, C9 and D5. RGB value is (222,201,213). Sum of RGB (Red+Green+Blue) = 222+201+213=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9D5 is #21362A. Grayscale: #D0D0D0. Windows color (decimal): -2176555 or 14010846. OLE color: 14010846.
HSL color Cylindrical-coordinate representation of color #DEC9D5: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEC9D5 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 213 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.13 |
| HSL | 325.71º | 0.24% | 0.83% | - |
| HSV(B) | 325.71º | 0.09% | 0.87% | - |
| XYZ | 63.02 | 62.11 | 71.62 | - |
| YUV | 208.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 213 | 0 | 0.09 | 0.04 | 0.13 | 325.71 | 0.24 | 0.83 |
| Hex | DE | C9 | D5 | 0 | 9 | 4 | D | 146 | 18 | 53 |
| Octal | 336 | 311 | 325 | 0 | 11 | 4 | 15 | 506 | 30 | 123 |
| Binary | 11011110 | 11001001 | 11010101 | 0 | 1001 | 100 | 1101 | 101000110 | 11000 | 1010011 |
Color Harmonies of #DEC9D5
Complementary color
Monochromatic Colors of #DEC9D5
Black with #DEC9D5
Text Example
Text Example
White with #DEC9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9D5; }
p { color: rgb(222,201,213); }
H1.HeaderClassName
{
color: #DEC9D5;
}
.AnyTagClassName
{
color: #DEC9D5;
}
</style>
background-color css
<style>
a { background-color: #DEC9D5; }
a { background-color: rgb(222,201,213); }
div.DivClassName
{
background-color: #DEC9D5;
}
.BgClassName
{
background-color: #DEC9D5;
}
</style>
border-color css
<style>
span { border-color: #DEC9D5; }
span { border-color: rgb(222,201,213); }
td.TdClassName
{
border-color: #DEC9D5;
}
.TagClassName
{
border-color: #DEC9D5;
}
</style>