Shades of Twilight #DEBBD0
Tints of Twilight #DEBBD0
RGB
CMYK
RGB Variations
Color information
#DEBBD0 (or 0xDEBBD0) is known color: Twilight. HEX triplet: DE, BB and D0. RGB value is (222,187,208). Sum of RGB (Red+Green+Blue) = 222+187+208=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBD0 is #21442F. Grayscale: #C7C7C7. Windows color (decimal): -2180144 or 13679582. OLE color: 13679582.
HSL color Cylindrical-coordinate representation of color #DEBBD0: hue angle of 324º 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 #DEBBD0 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 208 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.13 |
| HSL | 324º | 0.35% | 0.8% | - |
| HSV(B) | 324º | 0.16% | 0.87% | - |
| XYZ | 59.28 | 55.62 | 67.29 | - |
| YUV | 199.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 208 | 0 | 0.16 | 0.06 | 0.13 | 324 | 0.35 | 0.8 |
| Hex | DE | BB | D0 | 0 | 10 | 6 | D | 144 | 23 | 50 |
| Octal | 336 | 273 | 320 | 0 | 20 | 6 | 15 | 504 | 43 | 120 |
| Binary | 11011110 | 10111011 | 11010000 | 0 | 10000 | 110 | 1101 | 101000100 | 100011 | 1010000 |
Color Harmonies of #DEBBD0
Complementary color
Monochromatic Colors of #DEBBD0
Black with #DEBBD0
Text Example
Text Example
White with #DEBBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBD0; }
p { color: rgb(222,187,208); }
H1.HeaderClassName
{
color: #DEBBD0;
}
.AnyTagClassName
{
color: #DEBBD0;
}
</style>
background-color css
<style>
a { background-color: #DEBBD0; }
a { background-color: rgb(222,187,208); }
div.DivClassName
{
background-color: #DEBBD0;
}
.BgClassName
{
background-color: #DEBBD0;
}
</style>
border-color css
<style>
span { border-color: #DEBBD0; }
span { border-color: rgb(222,187,208); }
td.TdClassName
{
border-color: #DEBBD0;
}
.TagClassName
{
border-color: #DEBBD0;
}
</style>