Shades of Twilight #DEBDCF
Tints of Twilight #DEBDCF
RGB
CMYK
RGB Variations
Color information
#DEBDCF (or 0xDEBDCF) is known color: Twilight. HEX triplet: DE, BD and CF. RGB value is (222,189,207). Sum of RGB (Red+Green+Blue) = 222+189+207=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDCF is #214230. Grayscale: #C8C8C8. Windows color (decimal): -2179633 or 13614558. OLE color: 13614558.
HSL color Cylindrical-coordinate representation of color #DEBDCF: hue angle of 327.27º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBDCF is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 207 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.13 |
| HSL | 327.27º | 0.33% | 0.81% | - |
| HSV(B) | 327.27º | 0.15% | 0.87% | - |
| XYZ | 59.58 | 56.43 | 66.78 | - |
| YUV | 200.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 207 | 0 | 0.15 | 0.07 | 0.13 | 327.27 | 0.33 | 0.81 |
| Hex | DE | BD | CF | 0 | F | 7 | D | 147 | 21 | 51 |
| Octal | 336 | 275 | 317 | 0 | 17 | 7 | 15 | 507 | 41 | 121 |
| Binary | 11011110 | 10111101 | 11001111 | 0 | 1111 | 111 | 1101 | 101000111 | 100001 | 1010001 |
Color Harmonies of #DEBDCF
Complementary color
Monochromatic Colors of #DEBDCF
Black with #DEBDCF
Text Example
Text Example
White with #DEBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDCF; }
p { color: rgb(222,189,207); }
H1.HeaderClassName
{
color: #DEBDCF;
}
.AnyTagClassName
{
color: #DEBDCF;
}
</style>
background-color css
<style>
a { background-color: #DEBDCF; }
a { background-color: rgb(222,189,207); }
div.DivClassName
{
background-color: #DEBDCF;
}
.BgClassName
{
background-color: #DEBDCF;
}
</style>
border-color css
<style>
span { border-color: #DEBDCF; }
span { border-color: rgb(222,189,207); }
td.TdClassName
{
border-color: #DEBDCF;
}
.TagClassName
{
border-color: #DEBDCF;
}
</style>