Html Css Color HEX #EABDD2 Twilight

📋 copy color: '#EABDD2'

red 234 ◦ green 189 ◦ blue 210

#EABDD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twilight #EABDD2

Tints of Twilight #EABDD2

RGB

 RED value IS 234 (91.8% from 255) = 36.97%

 GREEN value IS 189 (74.22% from 255) = 29.86%

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 36.97%
G = 29.86%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EABDD2 (or 0xEABDD2) is known color: Twilight. HEX triplet: EA, BD and D2. RGB value is (234,189,210). Sum of RGB (Red+Green+Blue) = 234+189+210=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD2 is #15422D. Grayscale: #CCCCCC. Windows color (decimal): -1393198 or 13811178. OLE color: 13811178.

HSL color Cylindrical-coordinate representation of color #EABDD2: hue angle of 332º 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 #EABDD2 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 210 -
CMYK 0 0.19 0.10 0.08
HSL 332º 0.52% 0.83% -
HSV(B) 332º 0.19% 0.92% -
XYZ 63.76 58.54 68.91 -
YUV 204.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 234 189 210 0 0.19 0.10 0.08 332 0.52 0.83
Hex EA BD D2 0 13 A 8 14C 34 53
Octal 352 275 322 0 23 12 10 514 64 123
Binary 11101010 10111101 11010010 0 10011 1010 1000 101001100 110100 1010011

Color Harmonies of #EABDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDD2

Black with #EABDD2

Text Example


Text Example

White with #EABDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDD2; }

 p { color: rgb(234,189,210); }

 H1.HeaderClassName
 {
   color: #EABDD2;
 }
 .AnyTagClassName
 {
   color: #EABDD2;
 }
</style>

background-color css

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

 a { background-color: rgb(234,189,210); }

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

border-color css

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

 span { border-color: rgb(234,189,210); }

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