Shades of Twilight #DEC0D0
Tints of Twilight #DEC0D0
RGB
CMYK
RGB Variations
Color information
#DEC0D0 (or 0xDEC0D0) is known color: Twilight. HEX triplet: DE, C0 and D0. RGB value is (222,192,208). Sum of RGB (Red+Green+Blue) = 222+192+208=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0D0 is #213F2F. Grayscale: #CACACA. Windows color (decimal): -2178864 or 13680862. OLE color: 13680862.
HSL color Cylindrical-coordinate representation of color #DEC0D0: hue angle of 328º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0D0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 208 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.13 |
| HSL | 328º | 0.31% | 0.81% | - |
| HSV(B) | 328º | 0.14% | 0.87% | - |
| XYZ | 60.36 | 57.78 | 67.65 | - |
| YUV | 202.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 208 | 0 | 0.14 | 0.06 | 0.13 | 328 | 0.31 | 0.81 |
| Hex | DE | C0 | D0 | 0 | E | 6 | D | 148 | 1F | 51 |
| Octal | 336 | 300 | 320 | 0 | 16 | 6 | 15 | 510 | 37 | 121 |
| Binary | 11011110 | 11000000 | 11010000 | 0 | 1110 | 110 | 1101 | 101001000 | 11111 | 1010001 |
Color Harmonies of #DEC0D0
Complementary color
Monochromatic Colors of #DEC0D0
Black with #DEC0D0
Text Example
Text Example
White with #DEC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0D0; }
p { color: rgb(222,192,208); }
H1.HeaderClassName
{
color: #DEC0D0;
}
.AnyTagClassName
{
color: #DEC0D0;
}
</style>
background-color css
<style>
a { background-color: #DEC0D0; }
a { background-color: rgb(222,192,208); }
div.DivClassName
{
background-color: #DEC0D0;
}
.BgClassName
{
background-color: #DEC0D0;
}
</style>
border-color css
<style>
span { border-color: #DEC0D0; }
span { border-color: rgb(222,192,208); }
td.TdClassName
{
border-color: #DEC0D0;
}
.TagClassName
{
border-color: #DEC0D0;
}
</style>