Shades of Twilight #DEC1D1
Tints of Twilight #DEC1D1
RGB
CMYK
RGB Variations
Color information
#DEC1D1 (or 0xDEC1D1) is known color: Twilight. HEX triplet: DE, C1 and D1. RGB value is (222,193,209). Sum of RGB (Red+Green+Blue) = 222+193+209=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1D1 is #213E2E. Grayscale: #CBCBCB. Windows color (decimal): -2178607 or 13746654. OLE color: 13746654.
HSL color Cylindrical-coordinate representation of color #DEC1D1: hue angle of 326.9º 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 #DEC1D1 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 193 | 209 | - |
CMYK | 0 | 0.13 | 0.06 | 0.13 |
HSL | 326.9º | 0.31% | 0.81% | - |
HSV(B) | 326.9º | 0.13% | 0.87% | - |
XYZ | 60.7 | 58.27 | 68.37 | - |
YUV | 203.5 | 131.11 | 141.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 193 | 209 | 0 | 0.13 | 0.06 | 0.13 | 326.9 | 0.31 | 0.81 |
Hex | DE | C1 | D1 | 0 | D | 6 | D | 147 | 1F | 51 |
Octal | 336 | 301 | 321 | 0 | 15 | 6 | 15 | 507 | 37 | 121 |
Binary | 11011110 | 11000001 | 11010001 | 0 | 1101 | 110 | 1101 | 101000111 | 11111 | 1010001 |
Color Harmonies of #DEC1D1
Complementary color
Monochromatic Colors of #DEC1D1
Black with #DEC1D1
Text Example
Text Example
White with #DEC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1D1; }
p { color: rgb(222,193,209); }
H1.HeaderClassName
{
color: #DEC1D1;
}
.AnyTagClassName
{
color: #DEC1D1;
}
</style>
background-color css
<style>
a { background-color: #DEC1D1; }
a { background-color: rgb(222,193,209); }
div.DivClassName
{
background-color: #DEC1D1;
}
.BgClassName
{
background-color: #DEC1D1;
}
</style>
border-color css
<style>
span { border-color: #DEC1D1; }
span { border-color: rgb(222,193,209); }
td.TdClassName
{
border-color: #DEC1D1;
}
.TagClassName
{
border-color: #DEC1D1;
}
</style>