Shades of Twilight #DEC7D5
Tints of Twilight #DEC7D5
RGB
CMYK
RGB Variations
Color information
#DEC7D5 (or 0xDEC7D5) is known color: Twilight. HEX triplet: DE, C7 and D5. RGB value is (222,199,213). Sum of RGB (Red+Green+Blue) = 222+199+213=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7D5 is #21382A. Grayscale: #CFCFCF. Windows color (decimal): -2177067 or 14010334. OLE color: 14010334.
HSL color Cylindrical-coordinate representation of color #DEC7D5: hue angle of 323.48º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC7D5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 213 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.13 |
| HSL | 323.48º | 0.26% | 0.83% | - |
| HSV(B) | 323.48º | 0.1% | 0.87% | - |
| XYZ | 62.56 | 61.18 | 71.46 | - |
| YUV | 207.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 213 | 0 | 0.10 | 0.04 | 0.13 | 323.48 | 0.26 | 0.83 |
| Hex | DE | C7 | D5 | 0 | A | 4 | D | 143 | 1A | 53 |
| Octal | 336 | 307 | 325 | 0 | 12 | 4 | 15 | 503 | 32 | 123 |
| Binary | 11011110 | 11000111 | 11010101 | 0 | 1010 | 100 | 1101 | 101000011 | 11010 | 1010011 |
Color Harmonies of #DEC7D5
Complementary color
Monochromatic Colors of #DEC7D5
Black with #DEC7D5
Text Example
Text Example
White with #DEC7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7D5; }
p { color: rgb(222,199,213); }
H1.HeaderClassName
{
color: #DEC7D5;
}
.AnyTagClassName
{
color: #DEC7D5;
}
</style>
background-color css
<style>
a { background-color: #DEC7D5; }
a { background-color: rgb(222,199,213); }
div.DivClassName
{
background-color: #DEC7D5;
}
.BgClassName
{
background-color: #DEC7D5;
}
</style>
border-color css
<style>
span { border-color: #DEC7D5; }
span { border-color: rgb(222,199,213); }
td.TdClassName
{
border-color: #DEC7D5;
}
.TagClassName
{
border-color: #DEC7D5;
}
</style>