Shades of Twilight #EABAD2
Tints of Twilight #EABAD2
RGB
CMYK
RGB Variations
Color information
#EABAD2 (or 0xEABAD2) is known color: Twilight. HEX triplet: EA, BA and D2. RGB value is (234,186,210). Sum of RGB (Red+Green+Blue) = 234+186+210=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAD2 is #15452D. Grayscale: #CBCBCB. Windows color (decimal): -1393966 or 13810410. OLE color: 13810410.
HSL color Cylindrical-coordinate representation of color #EABAD2: hue angle of 330º degrees, saturation: 0.53, 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 #EABAD2 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 186 | 210 | - |
CMYK | 0 | 0.21 | 0.10 | 0.08 |
HSL | 330º | 0.53% | 0.82% | - |
HSV(B) | 330º | 0.21% | 0.92% | - |
XYZ | 63.12 | 57.26 | 68.7 | - |
YUV | 203.09 | 131.9 | 150.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 186 | 210 | 0 | 0.21 | 0.10 | 0.08 | 330 | 0.53 | 0.82 |
Hex | EA | BA | D2 | 0 | 15 | A | 8 | 14A | 35 | 52 |
Octal | 352 | 272 | 322 | 0 | 25 | 12 | 10 | 512 | 65 | 122 |
Binary | 11101010 | 10111010 | 11010010 | 0 | 10101 | 1010 | 1000 | 101001010 | 110101 | 1010010 |
Color Harmonies of #EABAD2
Complementary color
Monochromatic Colors of #EABAD2
Black with #EABAD2
Text Example
Text Example
White with #EABAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAD2; }
p { color: rgb(234,186,210); }
H1.HeaderClassName
{
color: #EABAD2;
}
.AnyTagClassName
{
color: #EABAD2;
}
</style>
background-color css
<style>
a { background-color: #EABAD2; }
a { background-color: rgb(234,186,210); }
div.DivClassName
{
background-color: #EABAD2;
}
.BgClassName
{
background-color: #EABAD2;
}
</style>
border-color css
<style>
span { border-color: #EABAD2; }
span { border-color: rgb(234,186,210); }
td.TdClassName
{
border-color: #EABAD2;
}
.TagClassName
{
border-color: #EABAD2;
}
</style>