Shades of Twilight #DEC1D0
Tints of Twilight #DEC1D0
RGB
CMYK
RGB Variations
Color information
#DEC1D0 (or 0xDEC1D0) is known color: Twilight. HEX triplet: DE, C1 and D0. RGB value is (222,193,208). Sum of RGB (Red+Green+Blue) = 222+193+208=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1D0 is #213E2F. Grayscale: #CBCBCB. Windows color (decimal): -2178608 or 13681118. OLE color: 13681118.
HSL color Cylindrical-coordinate representation of color #DEC1D0: hue angle of 328.97º 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 #DEC1D0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 193 | 208 | - |
CMYK | 0 | 0.13 | 0.06 | 0.13 |
HSL | 328.97º | 0.31% | 0.81% | - |
HSV(B) | 328.97º | 0.13% | 0.87% | - |
XYZ | 60.58 | 58.22 | 67.72 | - |
YUV | 203.38 | 130.61 | 141.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 193 | 208 | 0 | 0.13 | 0.06 | 0.13 | 328.97 | 0.31 | 0.81 |
Hex | DE | C1 | D0 | 0 | D | 6 | D | 149 | 1F | 51 |
Octal | 336 | 301 | 320 | 0 | 15 | 6 | 15 | 511 | 37 | 121 |
Binary | 11011110 | 11000001 | 11010000 | 0 | 1101 | 110 | 1101 | 101001001 | 11111 | 1010001 |
Color Harmonies of #DEC1D0
Complementary color
Monochromatic Colors of #DEC1D0
Black with #DEC1D0
Text Example
Text Example
White with #DEC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1D0; }
p { color: rgb(222,193,208); }
H1.HeaderClassName
{
color: #DEC1D0;
}
.AnyTagClassName
{
color: #DEC1D0;
}
</style>
background-color css
<style>
a { background-color: #DEC1D0; }
a { background-color: rgb(222,193,208); }
div.DivClassName
{
background-color: #DEC1D0;
}
.BgClassName
{
background-color: #DEC1D0;
}
</style>
border-color css
<style>
span { border-color: #DEC1D0; }
span { border-color: rgb(222,193,208); }
td.TdClassName
{
border-color: #DEC1D0;
}
.TagClassName
{
border-color: #DEC1D0;
}
</style>