#EABDD4

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

Shades of Twilight #EABDD4

Tints of Twilight #EABDD4

Color information

#EABDD4 (or 0xEABDD4) is unknown color: approx 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

RGB234189212-
CMYK00.190.090.08
HSL329.33º51.72%82.94%-
HSV(B)329.33º19.23%91.76%-
XYZ64.0158.6470.23-
YUV205.08131.91148.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 212 (83.20% from 255) = 33.39%
R=36.85%
G=29.76%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418921200.190.090.08329.3351.7282.94
HexEABDD4013981493453
Octal352275324023111051164123
Binary111010101011110111010100010011100110001010010011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>