Shades of Twilight #EBB9D3
Tints of Twilight #EBB9D3
RGB
CMYK
RGB Variations
Color information
#EBB9D3 (or 0xEBB9D3) is known color: Twilight. HEX triplet: EB, B9 and D3. RGB value is (235,185,211). Sum of RGB (Red+Green+Blue) = 235+185+211=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9D3 is #14462C. Grayscale: #CACACA. Windows color (decimal): -1328685 or 13875691. OLE color: 13875691.
HSL color Cylindrical-coordinate representation of color #EBB9D3: hue angle of 328.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9D3 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 211 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.08 |
| HSL | 328.8º | 0.56% | 0.82% | - |
| HSV(B) | 328.8º | 0.21% | 0.92% | - |
| XYZ | 63.37 | 57.06 | 69.3 | - |
| YUV | 202.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 211 | 0 | 0.21 | 0.10 | 0.08 | 328.8 | 0.56 | 0.82 |
| Hex | EB | B9 | D3 | 0 | 15 | A | 8 | 149 | 38 | 52 |
| Octal | 353 | 271 | 323 | 0 | 25 | 12 | 10 | 511 | 70 | 122 |
| Binary | 11101011 | 10111001 | 11010011 | 0 | 10101 | 1010 | 1000 | 101001001 | 111000 | 1010010 |
Color Harmonies of #EBB9D3
Complementary color
Monochromatic Colors of #EBB9D3
Black with #EBB9D3
Text Example
Text Example
White with #EBB9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9D3; }
p { color: rgb(235,185,211); }
H1.HeaderClassName
{
color: #EBB9D3;
}
.AnyTagClassName
{
color: #EBB9D3;
}
</style>
background-color css
<style>
a { background-color: #EBB9D3; }
a { background-color: rgb(235,185,211); }
div.DivClassName
{
background-color: #EBB9D3;
}
.BgClassName
{
background-color: #EBB9D3;
}
</style>
border-color css
<style>
span { border-color: #EBB9D3; }
span { border-color: rgb(235,185,211); }
td.TdClassName
{
border-color: #EBB9D3;
}
.TagClassName
{
border-color: #EBB9D3;
}
</style>