#EABDD1

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

Shades of Twilight #EABDD1

Tints of Twilight #EABDD1

Color information

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

RGB234189209-
CMYK00.190.110.08
HSL333.33º51.72%82.94%-
HSV(B)333.33º19.23%91.76%-
XYZ63.6458.4968.26-
YUV204.74130.41148.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 209 (82.03% from 255) = 33.07%
R=37.03%
G=29.91%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418920900.190.110.08333.3351.7282.94
HexEABDD1013B814d3453
Octal352275321023131051564123
Binary111010101011110111010001010011101110001010011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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