Shades of Twilight #DEB3CC
Tints of Twilight #DEB3CC
RGB
CMYK
RGB Variations
Color information
#DEB3CC (or 0xDEB3CC) is known color: Twilight. HEX triplet: DE, B3 and CC. RGB value is (222,179,204). Sum of RGB (Red+Green+Blue) = 222+179+204=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB3CC is #214C33. Grayscale: #C2C2C2. Windows color (decimal): -2182196 or 13415390. OLE color: 13415390.
HSL color Cylindrical-coordinate representation of color #DEB3CC: hue angle of 325.12º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEB3CC is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 204 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.13 |
| HSL | 325.12º | 0.39% | 0.79% | - |
| HSV(B) | 325.12º | 0.19% | 0.87% | - |
| XYZ | 57.14 | 52.13 | 64.18 | - |
| YUV | 194.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 204 | 0 | 0.19 | 0.08 | 0.13 | 325.12 | 0.39 | 0.79 |
| Hex | DE | B3 | CC | 0 | 13 | 8 | D | 145 | 27 | 4F |
| Octal | 336 | 263 | 314 | 0 | 23 | 10 | 15 | 505 | 47 | 117 |
| Binary | 11011110 | 10110011 | 11001100 | 0 | 10011 | 1000 | 1101 | 101000101 | 100111 | 1001111 |
Color Harmonies of #DEB3CC
Complementary color
Monochromatic Colors of #DEB3CC
Black with #DEB3CC
Text Example
Text Example
White with #DEB3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB3CC; }
p { color: rgb(222,179,204); }
H1.HeaderClassName
{
color: #DEB3CC;
}
.AnyTagClassName
{
color: #DEB3CC;
}
</style>
background-color css
<style>
a { background-color: #DEB3CC; }
a { background-color: rgb(222,179,204); }
div.DivClassName
{
background-color: #DEB3CC;
}
.BgClassName
{
background-color: #DEB3CC;
}
</style>
border-color css
<style>
span { border-color: #DEB3CC; }
span { border-color: rgb(222,179,204); }
td.TdClassName
{
border-color: #DEB3CC;
}
.TagClassName
{
border-color: #DEB3CC;
}
</style>