Shades of Twilight #DEBFD3
Tints of Twilight #DEBFD3
RGB
CMYK
RGB Variations
Color information
#DEBFD3 (or 0xDEBFD3) is known color: Twilight. HEX triplet: DE, BF and D3. RGB value is (222,191,211). Sum of RGB (Red+Green+Blue) = 222+191+211=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD3 is #21402C. Grayscale: #CACACA. Windows color (decimal): -2179117 or 13877214. OLE color: 13877214.
HSL color Cylindrical-coordinate representation of color #DEBFD3: hue angle of 321.29º 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 #DEBFD3 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 211 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.13 |
| HSL | 321.29º | 0.32% | 0.81% | - |
| HSV(B) | 321.29º | 0.14% | 0.87% | - |
| XYZ | 60.51 | 57.49 | 69.54 | - |
| YUV | 202.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 211 | 0 | 0.14 | 0.05 | 0.13 | 321.29 | 0.32 | 0.81 |
| Hex | DE | BF | D3 | 0 | E | 5 | D | 141 | 20 | 51 |
| Octal | 336 | 277 | 323 | 0 | 16 | 5 | 15 | 501 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11010011 | 0 | 1110 | 101 | 1101 | 101000001 | 100000 | 1010001 |
Color Harmonies of #DEBFD3
Complementary color
Monochromatic Colors of #DEBFD3
Black with #DEBFD3
Text Example
Text Example
White with #DEBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFD3; }
p { color: rgb(222,191,211); }
H1.HeaderClassName
{
color: #DEBFD3;
}
.AnyTagClassName
{
color: #DEBFD3;
}
</style>
background-color css
<style>
a { background-color: #DEBFD3; }
a { background-color: rgb(222,191,211); }
div.DivClassName
{
background-color: #DEBFD3;
}
.BgClassName
{
background-color: #DEBFD3;
}
</style>
border-color css
<style>
span { border-color: #DEBFD3; }
span { border-color: rgb(222,191,211); }
td.TdClassName
{
border-color: #DEBFD3;
}
.TagClassName
{
border-color: #DEBFD3;
}
</style>