Shades of Twilight #DEC1CC
Tints of Twilight #DEC1CC
RGB
CMYK
RGB Variations
Color information
#DEC1CC (or 0xDEC1CC) is known color: Twilight. HEX triplet: DE, C1 and CC. RGB value is (222,193,204). Sum of RGB (Red+Green+Blue) = 222+193+204=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1CC is #213E33. Grayscale: #CACACA. Windows color (decimal): -2178612 or 13418974. OLE color: 13418974.
HSL color Cylindrical-coordinate representation of color #DEC1CC: hue angle of 337.24º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC1CC is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 204 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.13 |
| HSL | 337.24º | 0.31% | 0.81% | - |
| HSV(B) | 337.24º | 0.13% | 0.87% | - |
| XYZ | 60.09 | 58.03 | 65.16 | - |
| YUV | 202.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 204 | 0 | 0.13 | 0.08 | 0.13 | 337.24 | 0.31 | 0.81 |
| Hex | DE | C1 | CC | 0 | D | 8 | D | 151 | 1F | 51 |
| Octal | 336 | 301 | 314 | 0 | 15 | 10 | 15 | 521 | 37 | 121 |
| Binary | 11011110 | 11000001 | 11001100 | 0 | 1101 | 1000 | 1101 | 101010001 | 11111 | 1010001 |
Color Harmonies of #DEC1CC
Complementary color
Monochromatic Colors of #DEC1CC
Black with #DEC1CC
Text Example
Text Example
White with #DEC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1CC; }
p { color: rgb(222,193,204); }
H1.HeaderClassName
{
color: #DEC1CC;
}
.AnyTagClassName
{
color: #DEC1CC;
}
</style>
background-color css
<style>
a { background-color: #DEC1CC; }
a { background-color: rgb(222,193,204); }
div.DivClassName
{
background-color: #DEC1CC;
}
.BgClassName
{
background-color: #DEC1CC;
}
</style>
border-color css
<style>
span { border-color: #DEC1CC; }
span { border-color: rgb(222,193,204); }
td.TdClassName
{
border-color: #DEC1CC;
}
.TagClassName
{
border-color: #DEC1CC;
}
</style>