Shades of Twilight #DEC8D7
Tints of Twilight #DEC8D7
RGB
CMYK
RGB Variations
Color information
#DEC8D7 (or 0xDEC8D7) is known color: Twilight. HEX triplet: DE, C8 and D7. RGB value is (222,200,215). Sum of RGB (Red+Green+Blue) = 222+200+215=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8D7 is #213728. Grayscale: #D0D0D0. Windows color (decimal): -2176809 or 14141662. OLE color: 14141662.
HSL color Cylindrical-coordinate representation of color #DEC8D7: hue angle of 319.09º degrees, saturation: 0.25, 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 #DEC8D7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 215 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.13 |
| HSL | 319.09º | 0.25% | 0.83% | - |
| HSV(B) | 319.09º | 0.1% | 0.87% | - |
| XYZ | 63.04 | 61.74 | 72.89 | - |
| YUV | 208.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 215 | 0 | 0.10 | 0.03 | 0.13 | 319.09 | 0.25 | 0.83 |
| Hex | DE | C8 | D7 | 0 | A | 3 | D | 13F | 19 | 53 |
| Octal | 336 | 310 | 327 | 0 | 12 | 3 | 15 | 477 | 31 | 123 |
| Binary | 11011110 | 11001000 | 11010111 | 0 | 1010 | 11 | 1101 | 100111111 | 11001 | 1010011 |
Color Harmonies of #DEC8D7
Complementary color
Monochromatic Colors of #DEC8D7
Black with #DEC8D7
Text Example
Text Example
White with #DEC8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC8D7; }
p { color: rgb(222,200,215); }
H1.HeaderClassName
{
color: #DEC8D7;
}
.AnyTagClassName
{
color: #DEC8D7;
}
</style>
background-color css
<style>
a { background-color: #DEC8D7; }
a { background-color: rgb(222,200,215); }
div.DivClassName
{
background-color: #DEC8D7;
}
.BgClassName
{
background-color: #DEC8D7;
}
</style>
border-color css
<style>
span { border-color: #DEC8D7; }
span { border-color: rgb(222,200,215); }
td.TdClassName
{
border-color: #DEC8D7;
}
.TagClassName
{
border-color: #DEC8D7;
}
</style>