Shades of Twilight #DEC4CE
Tints of Twilight #DEC4CE
RGB
CMYK
RGB Variations
Color information
#DEC4CE (or 0xDEC4CE) is known color: Twilight. HEX triplet: DE, C4 and CE. RGB value is (222,196,206). Sum of RGB (Red+Green+Blue) = 222+196+206=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4CE is #213B31. Grayscale: #CCCCCC. Windows color (decimal): -2177842 or 13550814. OLE color: 13550814.
HSL color Cylindrical-coordinate representation of color #DEC4CE: hue angle of 336.92º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC4CE is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 206 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.13 |
| HSL | 336.92º | 0.28% | 0.82% | - |
| HSV(B) | 336.92º | 0.12% | 0.87% | - |
| XYZ | 61 | 59.47 | 66.66 | - |
| YUV | 204.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 206 | 0 | 0.12 | 0.07 | 0.13 | 336.92 | 0.28 | 0.82 |
| Hex | DE | C4 | CE | 0 | C | 7 | D | 151 | 1C | 52 |
| Octal | 336 | 304 | 316 | 0 | 14 | 7 | 15 | 521 | 34 | 122 |
| Binary | 11011110 | 11000100 | 11001110 | 0 | 1100 | 111 | 1101 | 101010001 | 11100 | 1010010 |
Color Harmonies of #DEC4CE
Complementary color
Monochromatic Colors of #DEC4CE
Black with #DEC4CE
Text Example
Text Example
White with #DEC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4CE; }
p { color: rgb(222,196,206); }
H1.HeaderClassName
{
color: #DEC4CE;
}
.AnyTagClassName
{
color: #DEC4CE;
}
</style>
background-color css
<style>
a { background-color: #DEC4CE; }
a { background-color: rgb(222,196,206); }
div.DivClassName
{
background-color: #DEC4CE;
}
.BgClassName
{
background-color: #DEC4CE;
}
</style>
border-color css
<style>
span { border-color: #DEC4CE; }
span { border-color: rgb(222,196,206); }
td.TdClassName
{
border-color: #DEC4CE;
}
.TagClassName
{
border-color: #DEC4CE;
}
</style>