Shades of Twilight #EBB9D4
Tints of Twilight #EBB9D4
RGB
CMYK
RGB Variations
Color information
#EBB9D4 (or 0xEBB9D4) is known color: Twilight. HEX triplet: EB, B9 and D4. RGB value is (235,185,212). Sum of RGB (Red+Green+Blue) = 235+185+212=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9D4 is #14462B. Grayscale: #CACACA. Windows color (decimal): -1328684 or 13941227. OLE color: 13941227.
HSL color Cylindrical-coordinate representation of color #EBB9D4: hue angle of 327.6º 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 #EBB9D4 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 212 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.08 |
| HSL | 327.6º | 0.56% | 0.82% | - |
| HSV(B) | 327.6º | 0.21% | 0.92% | - |
| XYZ | 63.49 | 57.11 | 69.96 | - |
| YUV | 203.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 212 | 0 | 0.21 | 0.10 | 0.08 | 327.6 | 0.56 | 0.82 |
| Hex | EB | B9 | D4 | 0 | 15 | A | 8 | 148 | 38 | 52 |
| Octal | 353 | 271 | 324 | 0 | 25 | 12 | 10 | 510 | 70 | 122 |
| Binary | 11101011 | 10111001 | 11010100 | 0 | 10101 | 1010 | 1000 | 101001000 | 111000 | 1010010 |
Color Harmonies of #EBB9D4
Complementary color
Monochromatic Colors of #EBB9D4
Black with #EBB9D4
Text Example
Text Example
White with #EBB9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9D4; }
p { color: rgb(235,185,212); }
H1.HeaderClassName
{
color: #EBB9D4;
}
.AnyTagClassName
{
color: #EBB9D4;
}
</style>
background-color css
<style>
a { background-color: #EBB9D4; }
a { background-color: rgb(235,185,212); }
div.DivClassName
{
background-color: #EBB9D4;
}
.BgClassName
{
background-color: #EBB9D4;
}
</style>
border-color css
<style>
span { border-color: #EBB9D4; }
span { border-color: rgb(235,185,212); }
td.TdClassName
{
border-color: #EBB9D4;
}
.TagClassName
{
border-color: #EBB9D4;
}
</style>