Shades of Twilight #DEB2CF
Tints of Twilight #DEB2CF
RGB
CMYK
RGB Variations
Color information
#DEB2CF (or 0xDEB2CF) is known color: Twilight. HEX triplet: DE, B2 and CF. RGB value is (222,178,207). Sum of RGB (Red+Green+Blue) = 222+178+207=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2CF is #214D30. Grayscale: #C2C2C2. Windows color (decimal): -2182449 or 13611742. OLE color: 13611742.
HSL color Cylindrical-coordinate representation of color #DEB2CF: hue angle of 320.45º degrees, saturation: 0.4, 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 #DEB2CF is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 207 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.13 |
| HSL | 320.45º | 0.4% | 0.78% | - |
| HSV(B) | 320.45º | 0.2% | 0.87% | - |
| XYZ | 57.31 | 51.88 | 66.02 | - |
| YUV | 194.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 207 | 0 | 0.20 | 0.07 | 0.13 | 320.45 | 0.4 | 0.78 |
| Hex | DE | B2 | CF | 0 | 14 | 7 | D | 140 | 28 | 4E |
| Octal | 336 | 262 | 317 | 0 | 24 | 7 | 15 | 500 | 50 | 116 |
| Binary | 11011110 | 10110010 | 11001111 | 0 | 10100 | 111 | 1101 | 101000000 | 101000 | 1001110 |
Color Harmonies of #DEB2CF
Complementary color
Monochromatic Colors of #DEB2CF
Black with #DEB2CF
Text Example
Text Example
White with #DEB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB2CF; }
p { color: rgb(222,178,207); }
H1.HeaderClassName
{
color: #DEB2CF;
}
.AnyTagClassName
{
color: #DEB2CF;
}
</style>
background-color css
<style>
a { background-color: #DEB2CF; }
a { background-color: rgb(222,178,207); }
div.DivClassName
{
background-color: #DEB2CF;
}
.BgClassName
{
background-color: #DEB2CF;
}
</style>
border-color css
<style>
span { border-color: #DEB2CF; }
span { border-color: rgb(222,178,207); }
td.TdClassName
{
border-color: #DEB2CF;
}
.TagClassName
{
border-color: #DEB2CF;
}
</style>