Shades of Twilight #DEBBCC
Tints of Twilight #DEBBCC
RGB
CMYK
RGB Variations
Color information
#DEBBCC (or 0xDEBBCC) is known color: Twilight. HEX triplet: DE, BB and CC. RGB value is (222,187,204). Sum of RGB (Red+Green+Blue) = 222+187+204=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBCC is #214433. Grayscale: #C7C7C7. Windows color (decimal): -2180148 or 13417438. OLE color: 13417438.
HSL color Cylindrical-coordinate representation of color #DEBBCC: hue angle of 330.86º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBBCC is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 204 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.13 |
| HSL | 330.86º | 0.35% | 0.8% | - |
| HSV(B) | 330.86º | 0.16% | 0.87% | - |
| XYZ | 58.79 | 55.43 | 64.73 | - |
| YUV | 199.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 204 | 0 | 0.16 | 0.08 | 0.13 | 330.86 | 0.35 | 0.8 |
| Hex | DE | BB | CC | 0 | 10 | 8 | D | 14B | 23 | 50 |
| Octal | 336 | 273 | 314 | 0 | 20 | 10 | 15 | 513 | 43 | 120 |
| Binary | 11011110 | 10111011 | 11001100 | 0 | 10000 | 1000 | 1101 | 101001011 | 100011 | 1010000 |
Color Harmonies of #DEBBCC
Complementary color
Monochromatic Colors of #DEBBCC
Black with #DEBBCC
Text Example
Text Example
White with #DEBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBCC; }
p { color: rgb(222,187,204); }
H1.HeaderClassName
{
color: #DEBBCC;
}
.AnyTagClassName
{
color: #DEBBCC;
}
</style>
background-color css
<style>
a { background-color: #DEBBCC; }
a { background-color: rgb(222,187,204); }
div.DivClassName
{
background-color: #DEBBCC;
}
.BgClassName
{
background-color: #DEBBCC;
}
</style>
border-color css
<style>
span { border-color: #DEBBCC; }
span { border-color: rgb(222,187,204); }
td.TdClassName
{
border-color: #DEBBCC;
}
.TagClassName
{
border-color: #DEBBCC;
}
</style>