Shades of Twilight #DEB0C7
Tints of Twilight #DEB0C7
RGB
CMYK
RGB Variations
Color information
#DEB0C7 (or 0xDEB0C7) is known color: Twilight. HEX triplet: DE, B0 and C7. RGB value is (222,176,199). Sum of RGB (Red+Green+Blue) = 222+176+199=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0C7 is #214F38. Grayscale: #C0C0C0. Windows color (decimal): -2182969 or 13086942. OLE color: 13086942.
HSL color Cylindrical-coordinate representation of color #DEB0C7: hue angle of 330º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEB0C7 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 199 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.13 |
| HSL | 330º | 0.41% | 0.78% | - |
| HSV(B) | 330º | 0.21% | 0.87% | - |
| XYZ | 55.96 | 50.7 | 60.87 | - |
| YUV | 192.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 199 | 0 | 0.21 | 0.10 | 0.13 | 330 | 0.41 | 0.78 |
| Hex | DE | B0 | C7 | 0 | 15 | A | D | 14A | 29 | 4E |
| Octal | 336 | 260 | 307 | 0 | 25 | 12 | 15 | 512 | 51 | 116 |
| Binary | 11011110 | 10110000 | 11000111 | 0 | 10101 | 1010 | 1101 | 101001010 | 101001 | 1001110 |
Color Harmonies of #DEB0C7
Complementary color
Monochromatic Colors of #DEB0C7
Black with #DEB0C7
Text Example
Text Example
White with #DEB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0C7; }
p { color: rgb(222,176,199); }
H1.HeaderClassName
{
color: #DEB0C7;
}
.AnyTagClassName
{
color: #DEB0C7;
}
</style>
background-color css
<style>
a { background-color: #DEB0C7; }
a { background-color: rgb(222,176,199); }
div.DivClassName
{
background-color: #DEB0C7;
}
.BgClassName
{
background-color: #DEB0C7;
}
</style>
border-color css
<style>
span { border-color: #DEB0C7; }
span { border-color: rgb(222,176,199); }
td.TdClassName
{
border-color: #DEB0C7;
}
.TagClassName
{
border-color: #DEB0C7;
}
</style>