#EABBD4

Color #EABBD4 Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #EABBD4

Tints of Twilight #EABBD4

Color information

#EABBD4 (or 0xEABBD4) is unknown color: approx Twilight. HEX triplet: EA, BB and D4. RGB value is (234,187,212). Sum of RGB (Red+Green+Blue) = 234+187+212=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBD4 is #15442B. Grayscale: #CBCBCB. Windows color (decimal): -1393708 or 13941738. OLE color: 13941738.

HSL color Cylindrical-coordinate representation of color #EABBD4: hue angle of 328.09º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABBD4 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234187212-
CMYK00.200.090.08
HSL328.09º52.81%82.55%-
HSV(B)328.09º20.09%91.76%-
XYZ63.5957.7970.09-
YUV203.9132.57149.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 212 (83.20% from 255) = 33.49%
R=36.97%
G=29.54%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418721200.200.090.08328.0952.8182.55
HexEABBD4014981483553
Octal352273324024111051065123
Binary111010101011101111010100010100100110001010010001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBD4; }

 p { color: rgb(234,187,212); }

 H1.HeaderClassName
 {
   color: #EABBD4;
 }
 .AnyTagClassName
 {
   color: #EABBD4;
 }
</style>
background-color css

<style>
 a { background-color: #EABBD4; }

 a { background-color: rgb(234,187,212); }

 div.DivClassName
 {
   background-color: #EABBD4;
 }
 .BgClassName
 {
   background-color: #EABBD4;
 }
</style>
border-color css

<style>
 span { border-color: #EABBD4; }

 span { border-color: rgb(234,187,212); }

 td.TdClassName
 {
   border-color: #EABBD4;
 }
 .TagClassName
 {
   border-color: #EABBD4;
 }
</style>