Shades of Twilight #DEABCC
Tints of Twilight #DEABCC
RGB
CMYK
RGB Variations
Color information
#DEABCC (or 0xDEABCC) is known color: Twilight. HEX triplet: DE, AB and CC. RGB value is (222,171,204). Sum of RGB (Red+Green+Blue) = 222+171+204=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABCC is #215433. Grayscale: #BDBDBD. Windows color (decimal): -2184244 or 13413342. OLE color: 13413342.
HSL color Cylindrical-coordinate representation of color #DEABCC: hue angle of 321.18º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEABCC is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 204 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.13 |
| HSL | 321.18º | 0.44% | 0.77% | - |
| HSV(B) | 321.18º | 0.23% | 0.87% | - |
| XYZ | 55.59 | 49.02 | 63.66 | - |
| YUV | 190.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 204 | 0 | 0.23 | 0.08 | 0.13 | 321.18 | 0.44 | 0.77 |
| Hex | DE | AB | CC | 0 | 17 | 8 | D | 141 | 2C | 4D |
| Octal | 336 | 253 | 314 | 0 | 27 | 10 | 15 | 501 | 54 | 115 |
| Binary | 11011110 | 10101011 | 11001100 | 0 | 10111 | 1000 | 1101 | 101000001 | 101100 | 1001101 |
Color Harmonies of #DEABCC
Complementary color
Monochromatic Colors of #DEABCC
Black with #DEABCC
Text Example
Text Example
White with #DEABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABCC; }
p { color: rgb(222,171,204); }
H1.HeaderClassName
{
color: #DEABCC;
}
.AnyTagClassName
{
color: #DEABCC;
}
</style>
background-color css
<style>
a { background-color: #DEABCC; }
a { background-color: rgb(222,171,204); }
div.DivClassName
{
background-color: #DEABCC;
}
.BgClassName
{
background-color: #DEABCC;
}
</style>
border-color css
<style>
span { border-color: #DEABCC; }
span { border-color: rgb(222,171,204); }
td.TdClassName
{
border-color: #DEABCC;
}
.TagClassName
{
border-color: #DEABCC;
}
</style>