Shades of Twilight #DEC1CF
Tints of Twilight #DEC1CF
RGB
CMYK
RGB Variations
Color information
#DEC1CF (or 0xDEC1CF) is known color: Twilight. HEX triplet: DE, C1 and CF. RGB value is (222,193,207). Sum of RGB (Red+Green+Blue) = 222+193+207=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1CF is #213E30. Grayscale: #CBCBCB. Windows color (decimal): -2178609 or 13615582. OLE color: 13615582.
HSL color Cylindrical-coordinate representation of color #DEC1CF: hue angle of 331.03º 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 #DEC1CF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 207 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.13 |
| HSL | 331.03º | 0.31% | 0.81% | - |
| HSV(B) | 331.03º | 0.13% | 0.87% | - |
| XYZ | 60.46 | 58.17 | 67.07 | - |
| YUV | 203.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 207 | 0 | 0.13 | 0.07 | 0.13 | 331.03 | 0.31 | 0.81 |
| Hex | DE | C1 | CF | 0 | D | 7 | D | 14B | 1F | 51 |
| Octal | 336 | 301 | 317 | 0 | 15 | 7 | 15 | 513 | 37 | 121 |
| Binary | 11011110 | 11000001 | 11001111 | 0 | 1101 | 111 | 1101 | 101001011 | 11111 | 1010001 |
Color Harmonies of #DEC1CF
Complementary color
Monochromatic Colors of #DEC1CF
Black with #DEC1CF
Text Example
Text Example
White with #DEC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1CF; }
p { color: rgb(222,193,207); }
H1.HeaderClassName
{
color: #DEC1CF;
}
.AnyTagClassName
{
color: #DEC1CF;
}
</style>
background-color css
<style>
a { background-color: #DEC1CF; }
a { background-color: rgb(222,193,207); }
div.DivClassName
{
background-color: #DEC1CF;
}
.BgClassName
{
background-color: #DEC1CF;
}
</style>
border-color css
<style>
span { border-color: #DEC1CF; }
span { border-color: rgb(222,193,207); }
td.TdClassName
{
border-color: #DEC1CF;
}
.TagClassName
{
border-color: #DEC1CF;
}
</style>