Shades of Twilight #DEC1D3
Tints of Twilight #DEC1D3
RGB
CMYK
RGB Variations
Color information
#DEC1D3 (or 0xDEC1D3) is known color: Twilight. HEX triplet: DE, C1 and D3. RGB value is (222,193,211). Sum of RGB (Red+Green+Blue) = 222+193+211=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1D3 is #213E2C. Grayscale: #CBCBCB. Windows color (decimal): -2178605 or 13877726. OLE color: 13877726.
HSL color Cylindrical-coordinate representation of color #DEC1D3: hue angle of 322.76º 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 #DEC1D3 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 211 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.13 |
| HSL | 322.76º | 0.31% | 0.81% | - |
| HSV(B) | 322.76º | 0.13% | 0.87% | - |
| XYZ | 60.95 | 58.37 | 69.68 | - |
| YUV | 203.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 211 | 0 | 0.13 | 0.05 | 0.13 | 322.76 | 0.31 | 0.81 |
| Hex | DE | C1 | D3 | 0 | D | 5 | D | 143 | 1F | 51 |
| Octal | 336 | 301 | 323 | 0 | 15 | 5 | 15 | 503 | 37 | 121 |
| Binary | 11011110 | 11000001 | 11010011 | 0 | 1101 | 101 | 1101 | 101000011 | 11111 | 1010001 |
Color Harmonies of #DEC1D3
Complementary color
Monochromatic Colors of #DEC1D3
Black with #DEC1D3
Text Example
Text Example
White with #DEC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1D3; }
p { color: rgb(222,193,211); }
H1.HeaderClassName
{
color: #DEC1D3;
}
.AnyTagClassName
{
color: #DEC1D3;
}
</style>
background-color css
<style>
a { background-color: #DEC1D3; }
a { background-color: rgb(222,193,211); }
div.DivClassName
{
background-color: #DEC1D3;
}
.BgClassName
{
background-color: #DEC1D3;
}
</style>
border-color css
<style>
span { border-color: #DEC1D3; }
span { border-color: rgb(222,193,211); }
td.TdClassName
{
border-color: #DEC1D3;
}
.TagClassName
{
border-color: #DEC1D3;
}
</style>