Shades of Twilight #DEC1CB
Tints of Twilight #DEC1CB
RGB
CMYK
RGB Variations
Color information
#DEC1CB (or 0xDEC1CB) is known color: Twilight. HEX triplet: DE, C1 and CB. RGB value is (222,193,203). Sum of RGB (Red+Green+Blue) = 222+193+203=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1CB is #213E34. Grayscale: #CACACA. Windows color (decimal): -2178613 or 13353438. OLE color: 13353438.
HSL color Cylindrical-coordinate representation of color #DEC1CB: hue angle of 339.31º 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 #DEC1CB is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 203 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.13 |
| HSL | 339.31º | 0.31% | 0.81% | - |
| HSV(B) | 339.31º | 0.13% | 0.87% | - |
| XYZ | 59.97 | 57.98 | 64.53 | - |
| YUV | 202.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 203 | 0 | 0.13 | 0.09 | 0.13 | 339.31 | 0.31 | 0.81 |
| Hex | DE | C1 | CB | 0 | D | 9 | D | 153 | 1F | 51 |
| Octal | 336 | 301 | 313 | 0 | 15 | 11 | 15 | 523 | 37 | 121 |
| Binary | 11011110 | 11000001 | 11001011 | 0 | 1101 | 1001 | 1101 | 101010011 | 11111 | 1010001 |
Color Harmonies of #DEC1CB
Complementary color
Monochromatic Colors of #DEC1CB
Black with #DEC1CB
Text Example
Text Example
White with #DEC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1CB; }
p { color: rgb(222,193,203); }
H1.HeaderClassName
{
color: #DEC1CB;
}
.AnyTagClassName
{
color: #DEC1CB;
}
</style>
background-color css
<style>
a { background-color: #DEC1CB; }
a { background-color: rgb(222,193,203); }
div.DivClassName
{
background-color: #DEC1CB;
}
.BgClassName
{
background-color: #DEC1CB;
}
</style>
border-color css
<style>
span { border-color: #DEC1CB; }
span { border-color: rgb(222,193,203); }
td.TdClassName
{
border-color: #DEC1CB;
}
.TagClassName
{
border-color: #DEC1CB;
}
</style>