Shades of Twilight #DEC0CC
Tints of Twilight #DEC0CC
RGB
CMYK
RGB Variations
Color information
#DEC0CC (or 0xDEC0CC) is known color: Twilight. HEX triplet: DE, C0 and CC. RGB value is (222,192,204). Sum of RGB (Red+Green+Blue) = 222+192+204=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0CC is #213F33. Grayscale: #CACACA. Windows color (decimal): -2178868 or 13418718. OLE color: 13418718.
HSL color Cylindrical-coordinate representation of color #DEC0CC: hue angle of 336º 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 #DEC0CC is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 204 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.13 |
| HSL | 336º | 0.31% | 0.81% | - |
| HSV(B) | 336º | 0.14% | 0.87% | - |
| XYZ | 59.87 | 57.59 | 65.09 | - |
| YUV | 202.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 204 | 0 | 0.14 | 0.08 | 0.13 | 336 | 0.31 | 0.81 |
| Hex | DE | C0 | CC | 0 | E | 8 | D | 150 | 1F | 51 |
| Octal | 336 | 300 | 314 | 0 | 16 | 10 | 15 | 520 | 37 | 121 |
| Binary | 11011110 | 11000000 | 11001100 | 0 | 1110 | 1000 | 1101 | 101010000 | 11111 | 1010001 |
Color Harmonies of #DEC0CC
Complementary color
Monochromatic Colors of #DEC0CC
Black with #DEC0CC
Text Example
Text Example
White with #DEC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0CC; }
p { color: rgb(222,192,204); }
H1.HeaderClassName
{
color: #DEC0CC;
}
.AnyTagClassName
{
color: #DEC0CC;
}
</style>
background-color css
<style>
a { background-color: #DEC0CC; }
a { background-color: rgb(222,192,204); }
div.DivClassName
{
background-color: #DEC0CC;
}
.BgClassName
{
background-color: #DEC0CC;
}
</style>
border-color css
<style>
span { border-color: #DEC0CC; }
span { border-color: rgb(222,192,204); }
td.TdClassName
{
border-color: #DEC0CC;
}
.TagClassName
{
border-color: #DEC0CC;
}
</style>