Shades of Twilight #DEBFD0
Tints of Twilight #DEBFD0
RGB
CMYK
RGB Variations
Color information
#DEBFD0 (or 0xDEBFD0) is known color: Twilight. HEX triplet: DE, BF and D0. RGB value is (222,191,208). Sum of RGB (Red+Green+Blue) = 222+191+208=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD0 is #21402F. Grayscale: #CACACA. Windows color (decimal): -2179120 or 13680606. OLE color: 13680606.
HSL color Cylindrical-coordinate representation of color #DEBFD0: hue angle of 327.1º 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 #DEBFD0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 208 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.13 |
| HSL | 327.1º | 0.32% | 0.81% | - |
| HSV(B) | 327.1º | 0.14% | 0.87% | - |
| XYZ | 60.14 | 57.35 | 67.57 | - |
| YUV | 202.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 208 | 0 | 0.14 | 0.06 | 0.13 | 327.1 | 0.32 | 0.81 |
| Hex | DE | BF | D0 | 0 | E | 6 | D | 147 | 20 | 51 |
| Octal | 336 | 277 | 320 | 0 | 16 | 6 | 15 | 507 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11010000 | 0 | 1110 | 110 | 1101 | 101000111 | 100000 | 1010001 |
Color Harmonies of #DEBFD0
Complementary color
Monochromatic Colors of #DEBFD0
Black with #DEBFD0
Text Example
Text Example
White with #DEBFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFD0; }
p { color: rgb(222,191,208); }
H1.HeaderClassName
{
color: #DEBFD0;
}
.AnyTagClassName
{
color: #DEBFD0;
}
</style>
background-color css
<style>
a { background-color: #DEBFD0; }
a { background-color: rgb(222,191,208); }
div.DivClassName
{
background-color: #DEBFD0;
}
.BgClassName
{
background-color: #DEBFD0;
}
</style>
border-color css
<style>
span { border-color: #DEBFD0; }
span { border-color: rgb(222,191,208); }
td.TdClassName
{
border-color: #DEBFD0;
}
.TagClassName
{
border-color: #DEBFD0;
}
</style>