Shades of Twilight #DEB8CC
Tints of Twilight #DEB8CC
RGB
CMYK
RGB Variations
Color information
#DEB8CC (or 0xDEB8CC) is known color: Twilight. HEX triplet: DE, B8 and CC. RGB value is (222,184,204). Sum of RGB (Red+Green+Blue) = 222+184+204=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB8CC is #214733. Grayscale: #C5C5C5. Windows color (decimal): -2180916 or 13416670. OLE color: 13416670.
HSL color Cylindrical-coordinate representation of color #DEB8CC: hue angle of 328.42º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEB8CC is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 204 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.13 |
| HSL | 328.42º | 0.37% | 0.8% | - |
| HSV(B) | 328.42º | 0.17% | 0.87% | - |
| XYZ | 58.16 | 54.17 | 64.52 | - |
| YUV | 197.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 204 | 0 | 0.17 | 0.08 | 0.13 | 328.42 | 0.37 | 0.8 |
| Hex | DE | B8 | CC | 0 | 11 | 8 | D | 148 | 25 | 50 |
| Octal | 336 | 270 | 314 | 0 | 21 | 10 | 15 | 510 | 45 | 120 |
| Binary | 11011110 | 10111000 | 11001100 | 0 | 10001 | 1000 | 1101 | 101001000 | 100101 | 1010000 |
Color Harmonies of #DEB8CC
Complementary color
Monochromatic Colors of #DEB8CC
Black with #DEB8CC
Text Example
Text Example
White with #DEB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB8CC; }
p { color: rgb(222,184,204); }
H1.HeaderClassName
{
color: #DEB8CC;
}
.AnyTagClassName
{
color: #DEB8CC;
}
</style>
background-color css
<style>
a { background-color: #DEB8CC; }
a { background-color: rgb(222,184,204); }
div.DivClassName
{
background-color: #DEB8CC;
}
.BgClassName
{
background-color: #DEB8CC;
}
</style>
border-color css
<style>
span { border-color: #DEB8CC; }
span { border-color: rgb(222,184,204); }
td.TdClassName
{
border-color: #DEB8CC;
}
.TagClassName
{
border-color: #DEB8CC;
}
</style>