Shades of Twilight #EBBAD2
Tints of Twilight #EBBAD2
RGB
CMYK
RGB Variations
Color information
#EBBAD2 (or 0xEBBAD2) is known color: Twilight. HEX triplet: EB, BA and D2. RGB value is (235,186,210). Sum of RGB (Red+Green+Blue) = 235+186+210=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAD2 is #14452D. Grayscale: #CBCBCB. Windows color (decimal): -1328430 or 13810411. OLE color: 13810411.
HSL color Cylindrical-coordinate representation of color #EBBAD2: hue angle of 330.61º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBAD2 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 210 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.08 |
| HSL | 330.61º | 0.55% | 0.83% | - |
| HSV(B) | 330.61º | 0.21% | 0.92% | - |
| XYZ | 63.45 | 57.43 | 68.71 | - |
| YUV | 203.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 210 | 0 | 0.21 | 0.11 | 0.08 | 330.61 | 0.55 | 0.83 |
| Hex | EB | BA | D2 | 0 | 15 | B | 8 | 14B | 37 | 53 |
| Octal | 353 | 272 | 322 | 0 | 25 | 13 | 10 | 513 | 67 | 123 |
| Binary | 11101011 | 10111010 | 11010010 | 0 | 10101 | 1011 | 1000 | 101001011 | 110111 | 1010011 |
Color Harmonies of #EBBAD2
Complementary color
Monochromatic Colors of #EBBAD2
Black with #EBBAD2
Text Example
Text Example
White with #EBBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBAD2; }
p { color: rgb(235,186,210); }
H1.HeaderClassName
{
color: #EBBAD2;
}
.AnyTagClassName
{
color: #EBBAD2;
}
</style>
background-color css
<style>
a { background-color: #EBBAD2; }
a { background-color: rgb(235,186,210); }
div.DivClassName
{
background-color: #EBBAD2;
}
.BgClassName
{
background-color: #EBBAD2;
}
</style>
border-color css
<style>
span { border-color: #EBBAD2; }
span { border-color: rgb(235,186,210); }
td.TdClassName
{
border-color: #EBBAD2;
}
.TagClassName
{
border-color: #EBBAD2;
}
</style>