Shades of Twilight #EABDD4
Tints of Twilight #EABDD4
RGB
CMYK
RGB Variations
Color information
#EABDD4 (or 0xEABDD4) is known color: Twilight. HEX triplet: EA, BD and D4. RGB value is (234,189,212). Sum of RGB (Red+Green+Blue) = 234+189+212=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD4 is #15422B. Grayscale: #CDCDCD. Windows color (decimal): -1393196 or 13942250. OLE color: 13942250.
HSL color Cylindrical-coordinate representation of color #EABDD4: hue angle of 329.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 #EABDD4 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 212 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.08 |
| HSL | 329.33º | 0.52% | 0.83% | - |
| HSV(B) | 329.33º | 0.19% | 0.92% | - |
| XYZ | 64.01 | 58.64 | 70.23 | - |
| YUV | 205.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 212 | 0 | 0.19 | 0.09 | 0.08 | 329.33 | 0.52 | 0.83 |
| Hex | EA | BD | D4 | 0 | 13 | 9 | 8 | 149 | 34 | 53 |
| Octal | 352 | 275 | 324 | 0 | 23 | 11 | 10 | 511 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11010100 | 0 | 10011 | 1001 | 1000 | 101001001 | 110100 | 1010011 |
Color Harmonies of #EABDD4
Complementary color
Monochromatic Colors of #EABDD4
Black with #EABDD4
Text Example
Text Example
White with #EABDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDD4; }
p { color: rgb(234,189,212); }
H1.HeaderClassName
{
color: #EABDD4;
}
.AnyTagClassName
{
color: #EABDD4;
}
</style>
background-color css
<style>
a { background-color: #EABDD4; }
a { background-color: rgb(234,189,212); }
div.DivClassName
{
background-color: #EABDD4;
}
.BgClassName
{
background-color: #EABDD4;
}
</style>
border-color css
<style>
span { border-color: #EABDD4; }
span { border-color: rgb(234,189,212); }
td.TdClassName
{
border-color: #EABDD4;
}
.TagClassName
{
border-color: #EABDD4;
}
</style>