Shades of Twilight #DEBDD1
Tints of Twilight #DEBDD1
RGB
CMYK
RGB Variations
Color information
#DEBDD1 (or 0xDEBDD1) is known color: Twilight. HEX triplet: DE, BD and D1. RGB value is (222,189,209). Sum of RGB (Red+Green+Blue) = 222+189+209=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDD1 is #21422E. Grayscale: #C9C9C9. Windows color (decimal): -2179631 or 13745630. OLE color: 13745630.
HSL color Cylindrical-coordinate representation of color #DEBDD1: hue angle of 323.64º 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 #DEBDD1 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 209 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.13 |
| HSL | 323.64º | 0.33% | 0.81% | - |
| HSV(B) | 323.64º | 0.15% | 0.87% | - |
| XYZ | 59.83 | 56.53 | 68.08 | - |
| YUV | 201.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 209 | 0 | 0.15 | 0.06 | 0.13 | 323.64 | 0.33 | 0.81 |
| Hex | DE | BD | D1 | 0 | F | 6 | D | 144 | 21 | 51 |
| Octal | 336 | 275 | 321 | 0 | 17 | 6 | 15 | 504 | 41 | 121 |
| Binary | 11011110 | 10111101 | 11010001 | 0 | 1111 | 110 | 1101 | 101000100 | 100001 | 1010001 |
Color Harmonies of #DEBDD1
Complementary color
Monochromatic Colors of #DEBDD1
Black with #DEBDD1
Text Example
Text Example
White with #DEBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDD1; }
p { color: rgb(222,189,209); }
H1.HeaderClassName
{
color: #DEBDD1;
}
.AnyTagClassName
{
color: #DEBDD1;
}
</style>
background-color css
<style>
a { background-color: #DEBDD1; }
a { background-color: rgb(222,189,209); }
div.DivClassName
{
background-color: #DEBDD1;
}
.BgClassName
{
background-color: #DEBDD1;
}
</style>
border-color css
<style>
span { border-color: #DEBDD1; }
span { border-color: rgb(222,189,209); }
td.TdClassName
{
border-color: #DEBDD1;
}
.TagClassName
{
border-color: #DEBDD1;
}
</style>