Shades of Twilight #EABDD1
Tints of Twilight #EABDD1
RGB
CMYK
RGB Variations
Color information
#EABDD1 (or 0xEABDD1) is known color: Twilight. HEX triplet: EA, BD and D1. RGB value is (234,189,209). Sum of RGB (Red+Green+Blue) = 234+189+209=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD1 is #15422E. Grayscale: #CCCCCC. Windows color (decimal): -1393199 or 13745642. OLE color: 13745642.
HSL color Cylindrical-coordinate representation of color #EABDD1: hue angle of 333.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDD1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 209 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.08 |
| HSL | 333.33º | 0.52% | 0.83% | - |
| HSV(B) | 333.33º | 0.19% | 0.92% | - |
| XYZ | 63.64 | 58.49 | 68.26 | - |
| YUV | 204.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 209 | 0 | 0.19 | 0.11 | 0.08 | 333.33 | 0.52 | 0.83 |
| Hex | EA | BD | D1 | 0 | 13 | B | 8 | 14D | 34 | 53 |
| Octal | 352 | 275 | 321 | 0 | 23 | 13 | 10 | 515 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11010001 | 0 | 10011 | 1011 | 1000 | 101001101 | 110100 | 1010011 |
Color Harmonies of #EABDD1
Complementary color
Monochromatic Colors of #EABDD1
Black with #EABDD1
Text Example
Text Example
White with #EABDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDD1; }
p { color: rgb(234,189,209); }
H1.HeaderClassName
{
color: #EABDD1;
}
.AnyTagClassName
{
color: #EABDD1;
}
</style>
background-color css
<style>
a { background-color: #EABDD1; }
a { background-color: rgb(234,189,209); }
div.DivClassName
{
background-color: #EABDD1;
}
.BgClassName
{
background-color: #EABDD1;
}
</style>
border-color css
<style>
span { border-color: #EABDD1; }
span { border-color: rgb(234,189,209); }
td.TdClassName
{
border-color: #EABDD1;
}
.TagClassName
{
border-color: #EABDD1;
}
</style>