Shades of Twilight #DEBBCB
Tints of Twilight #DEBBCB
RGB
CMYK
RGB Variations
Color information
#DEBBCB (or 0xDEBBCB) is known color: Twilight. HEX triplet: DE, BB and CB. RGB value is (222,187,203). Sum of RGB (Red+Green+Blue) = 222+187+203=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBCB is #214434. Grayscale: #C7C7C7. Windows color (decimal): -2180149 or 13351902. OLE color: 13351902.
HSL color Cylindrical-coordinate representation of color #DEBBCB: hue angle of 332.57º 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 #DEBBCB is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 203 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.13 |
| HSL | 332.57º | 0.35% | 0.8% | - |
| HSV(B) | 332.57º | 0.16% | 0.87% | - |
| XYZ | 58.67 | 55.38 | 64.1 | - |
| YUV | 199.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 203 | 0 | 0.16 | 0.09 | 0.13 | 332.57 | 0.35 | 0.8 |
| Hex | DE | BB | CB | 0 | 10 | 9 | D | 14D | 23 | 50 |
| Octal | 336 | 273 | 313 | 0 | 20 | 11 | 15 | 515 | 43 | 120 |
| Binary | 11011110 | 10111011 | 11001011 | 0 | 10000 | 1001 | 1101 | 101001101 | 100011 | 1010000 |
Color Harmonies of #DEBBCB
Complementary color
Monochromatic Colors of #DEBBCB
Black with #DEBBCB
Text Example
Text Example
White with #DEBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBCB; }
p { color: rgb(222,187,203); }
H1.HeaderClassName
{
color: #DEBBCB;
}
.AnyTagClassName
{
color: #DEBBCB;
}
</style>
background-color css
<style>
a { background-color: #DEBBCB; }
a { background-color: rgb(222,187,203); }
div.DivClassName
{
background-color: #DEBBCB;
}
.BgClassName
{
background-color: #DEBBCB;
}
</style>
border-color css
<style>
span { border-color: #DEBBCB; }
span { border-color: rgb(222,187,203); }
td.TdClassName
{
border-color: #DEBBCB;
}
.TagClassName
{
border-color: #DEBBCB;
}
</style>