Shades of Twilight #EABDD3
Tints of Twilight #EABDD3
RGB
CMYK
RGB Variations
Color information
#EABDD3 (or 0xEABDD3) is known color: Twilight. HEX triplet: EA, BD and D3. RGB value is (234,189,211). Sum of RGB (Red+Green+Blue) = 234+189+211=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD3 is #15422C. Grayscale: #CCCCCC. Windows color (decimal): -1393197 or 13876714. OLE color: 13876714.
HSL color Cylindrical-coordinate representation of color #EABDD3: hue angle of 330.67º 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 #EABDD3 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 211 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.08 |
| HSL | 330.67º | 0.52% | 0.83% | - |
| HSV(B) | 330.67º | 0.19% | 0.92% | - |
| XYZ | 63.89 | 58.59 | 69.57 | - |
| YUV | 204.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 211 | 0 | 0.19 | 0.10 | 0.08 | 330.67 | 0.52 | 0.83 |
| Hex | EA | BD | D3 | 0 | 13 | A | 8 | 14B | 34 | 53 |
| Octal | 352 | 275 | 323 | 0 | 23 | 12 | 10 | 513 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11010011 | 0 | 10011 | 1010 | 1000 | 101001011 | 110100 | 1010011 |
Color Harmonies of #EABDD3
Complementary color
Monochromatic Colors of #EABDD3
Black with #EABDD3
Text Example
Text Example
White with #EABDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDD3; }
p { color: rgb(234,189,211); }
H1.HeaderClassName
{
color: #EABDD3;
}
.AnyTagClassName
{
color: #EABDD3;
}
</style>
background-color css
<style>
a { background-color: #EABDD3; }
a { background-color: rgb(234,189,211); }
div.DivClassName
{
background-color: #EABDD3;
}
.BgClassName
{
background-color: #EABDD3;
}
</style>
border-color css
<style>
span { border-color: #EABDD3; }
span { border-color: rgb(234,189,211); }
td.TdClassName
{
border-color: #EABDD3;
}
.TagClassName
{
border-color: #EABDD3;
}
</style>