Shades of Twilight #DEB1CE
Tints of Twilight #DEB1CE
RGB
CMYK
RGB Variations
Color information
#DEB1CE (or 0xDEB1CE) is known color: Twilight. HEX triplet: DE, B1 and CE. RGB value is (222,177,206). Sum of RGB (Red+Green+Blue) = 222+177+206=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1CE is #214E31. Grayscale: #C1C1C1. Windows color (decimal): -2182706 or 13545950. OLE color: 13545950.
HSL color Cylindrical-coordinate representation of color #DEB1CE: hue angle of 321.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB1CE is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 206 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.13 |
| HSL | 321.33º | 0.41% | 0.78% | - |
| HSV(B) | 321.33º | 0.2% | 0.87% | - |
| XYZ | 56.99 | 51.43 | 65.32 | - |
| YUV | 193.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 206 | 0 | 0.20 | 0.07 | 0.13 | 321.33 | 0.41 | 0.78 |
| Hex | DE | B1 | CE | 0 | 14 | 7 | D | 141 | 29 | 4E |
| Octal | 336 | 261 | 316 | 0 | 24 | 7 | 15 | 501 | 51 | 116 |
| Binary | 11011110 | 10110001 | 11001110 | 0 | 10100 | 111 | 1101 | 101000001 | 101001 | 1001110 |
Color Harmonies of #DEB1CE
Complementary color
Monochromatic Colors of #DEB1CE
Black with #DEB1CE
Text Example
Text Example
White with #DEB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1CE; }
p { color: rgb(222,177,206); }
H1.HeaderClassName
{
color: #DEB1CE;
}
.AnyTagClassName
{
color: #DEB1CE;
}
</style>
background-color css
<style>
a { background-color: #DEB1CE; }
a { background-color: rgb(222,177,206); }
div.DivClassName
{
background-color: #DEB1CE;
}
.BgClassName
{
background-color: #DEB1CE;
}
</style>
border-color css
<style>
span { border-color: #DEB1CE; }
span { border-color: rgb(222,177,206); }
td.TdClassName
{
border-color: #DEB1CE;
}
.TagClassName
{
border-color: #DEB1CE;
}
</style>