Shades of Twilight #DEBFCB
Tints of Twilight #DEBFCB
RGB
CMYK
RGB Variations
Color information
#DEBFCB (or 0xDEBFCB) is known color: Twilight. HEX triplet: DE, BF and CB. RGB value is (222,191,203). Sum of RGB (Red+Green+Blue) = 222+191+203=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFCB is #214034. Grayscale: #C9C9C9. Windows color (decimal): -2179125 or 13352926. OLE color: 13352926.
HSL color Cylindrical-coordinate representation of color #DEBFCB: hue angle of 336.77º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBFCB is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 203 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.13 |
| HSL | 336.77º | 0.32% | 0.81% | - |
| HSV(B) | 336.77º | 0.14% | 0.87% | - |
| XYZ | 59.53 | 57.1 | 64.38 | - |
| YUV | 201.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 203 | 0 | 0.14 | 0.09 | 0.13 | 336.77 | 0.32 | 0.81 |
| Hex | DE | BF | CB | 0 | E | 9 | D | 151 | 20 | 51 |
| Octal | 336 | 277 | 313 | 0 | 16 | 11 | 15 | 521 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11001011 | 0 | 1110 | 1001 | 1101 | 101010001 | 100000 | 1010001 |
Color Harmonies of #DEBFCB
Complementary color
Monochromatic Colors of #DEBFCB
Black with #DEBFCB
Text Example
Text Example
White with #DEBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFCB; }
p { color: rgb(222,191,203); }
H1.HeaderClassName
{
color: #DEBFCB;
}
.AnyTagClassName
{
color: #DEBFCB;
}
</style>
background-color css
<style>
a { background-color: #DEBFCB; }
a { background-color: rgb(222,191,203); }
div.DivClassName
{
background-color: #DEBFCB;
}
.BgClassName
{
background-color: #DEBFCB;
}
</style>
border-color css
<style>
span { border-color: #DEBFCB; }
span { border-color: rgb(222,191,203); }
td.TdClassName
{
border-color: #DEBFCB;
}
.TagClassName
{
border-color: #DEBFCB;
}
</style>