Shades of Twilight #DEBFD1
Tints of Twilight #DEBFD1
RGB
CMYK
RGB Variations
Color information
#DEBFD1 (or 0xDEBFD1) is known color: Twilight. HEX triplet: DE, BF and D1. RGB value is (222,191,209). Sum of RGB (Red+Green+Blue) = 222+191+209=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD1 is #21402E. Grayscale: #CACACA. Windows color (decimal): -2179119 or 13746142. OLE color: 13746142.
HSL color Cylindrical-coordinate representation of color #DEBFD1: hue angle of 325.16º 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 #DEBFD1 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 209 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.13 |
| HSL | 325.16º | 0.32% | 0.81% | - |
| HSV(B) | 325.16º | 0.14% | 0.87% | - |
| XYZ | 60.26 | 57.39 | 68.22 | - |
| YUV | 202.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 209 | 0 | 0.14 | 0.06 | 0.13 | 325.16 | 0.32 | 0.81 |
| Hex | DE | BF | D1 | 0 | E | 6 | D | 145 | 20 | 51 |
| Octal | 336 | 277 | 321 | 0 | 16 | 6 | 15 | 505 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11010001 | 0 | 1110 | 110 | 1101 | 101000101 | 100000 | 1010001 |
Color Harmonies of #DEBFD1
Complementary color
Monochromatic Colors of #DEBFD1
Black with #DEBFD1
Text Example
Text Example
White with #DEBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFD1; }
p { color: rgb(222,191,209); }
H1.HeaderClassName
{
color: #DEBFD1;
}
.AnyTagClassName
{
color: #DEBFD1;
}
</style>
background-color css
<style>
a { background-color: #DEBFD1; }
a { background-color: rgb(222,191,209); }
div.DivClassName
{
background-color: #DEBFD1;
}
.BgClassName
{
background-color: #DEBFD1;
}
</style>
border-color css
<style>
span { border-color: #DEBFD1; }
span { border-color: rgb(222,191,209); }
td.TdClassName
{
border-color: #DEBFD1;
}
.TagClassName
{
border-color: #DEBFD1;
}
</style>