Shades of Twilight #DEADCB
Tints of Twilight #DEADCB
RGB
CMYK
RGB Variations
Color information
#DEADCB (or 0xDEADCB) is known color: Twilight. HEX triplet: DE, AD and CB. RGB value is (222,173,203). Sum of RGB (Red+Green+Blue) = 222+173+203=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADCB is #215234. Grayscale: #BFBFBF. Windows color (decimal): -2183733 or 13348318. OLE color: 13348318.
HSL color Cylindrical-coordinate representation of color #DEADCB: hue angle of 323.27º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADCB is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 203 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.13 |
| HSL | 323.27º | 0.43% | 0.77% | - |
| HSV(B) | 323.27º | 0.22% | 0.87% | - |
| XYZ | 55.85 | 49.73 | 63.16 | - |
| YUV | 191.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 203 | 0 | 0.22 | 0.09 | 0.13 | 323.27 | 0.43 | 0.77 |
| Hex | DE | AD | CB | 0 | 16 | 9 | D | 143 | 2B | 4D |
| Octal | 336 | 255 | 313 | 0 | 26 | 11 | 15 | 503 | 53 | 115 |
| Binary | 11011110 | 10101101 | 11001011 | 0 | 10110 | 1001 | 1101 | 101000011 | 101011 | 1001101 |
Color Harmonies of #DEADCB
Complementary color
Monochromatic Colors of #DEADCB
Black with #DEADCB
Text Example
Text Example
White with #DEADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADCB; }
p { color: rgb(222,173,203); }
H1.HeaderClassName
{
color: #DEADCB;
}
.AnyTagClassName
{
color: #DEADCB;
}
</style>
background-color css
<style>
a { background-color: #DEADCB; }
a { background-color: rgb(222,173,203); }
div.DivClassName
{
background-color: #DEADCB;
}
.BgClassName
{
background-color: #DEADCB;
}
</style>
border-color css
<style>
span { border-color: #DEADCB; }
span { border-color: rgb(222,173,203); }
td.TdClassName
{
border-color: #DEADCB;
}
.TagClassName
{
border-color: #DEADCB;
}
</style>