Shades of Twilight #DEBAD2
Tints of Twilight #DEBAD2
RGB
CMYK
RGB Variations
Color information
#DEBAD2 (or 0xDEBAD2) is known color: Twilight. HEX triplet: DE, BA and D2. RGB value is (222,186,210). Sum of RGB (Red+Green+Blue) = 222+186+210=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAD2 is #21452D. Grayscale: #C7C7C7. Windows color (decimal): -2180398 or 13810398. OLE color: 13810398.
HSL color Cylindrical-coordinate representation of color #DEBAD2: hue angle of 320º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBAD2 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 210 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.13 |
| HSL | 320º | 0.35% | 0.8% | - |
| HSV(B) | 320º | 0.16% | 0.87% | - |
| XYZ | 59.32 | 55.3 | 68.52 | - |
| YUV | 199.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 210 | 0 | 0.16 | 0.05 | 0.13 | 320 | 0.35 | 0.8 |
| Hex | DE | BA | D2 | 0 | 10 | 5 | D | 140 | 23 | 50 |
| Octal | 336 | 272 | 322 | 0 | 20 | 5 | 15 | 500 | 43 | 120 |
| Binary | 11011110 | 10111010 | 11010010 | 0 | 10000 | 101 | 1101 | 101000000 | 100011 | 1010000 |
Color Harmonies of #DEBAD2
Complementary color
Monochromatic Colors of #DEBAD2
Black with #DEBAD2
Text Example
Text Example
White with #DEBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAD2; }
p { color: rgb(222,186,210); }
H1.HeaderClassName
{
color: #DEBAD2;
}
.AnyTagClassName
{
color: #DEBAD2;
}
</style>
background-color css
<style>
a { background-color: #DEBAD2; }
a { background-color: rgb(222,186,210); }
div.DivClassName
{
background-color: #DEBAD2;
}
.BgClassName
{
background-color: #DEBAD2;
}
</style>
border-color css
<style>
span { border-color: #DEBAD2; }
span { border-color: rgb(222,186,210); }
td.TdClassName
{
border-color: #DEBAD2;
}
.TagClassName
{
border-color: #DEBAD2;
}
</style>