Html Css Color HEX #EABDBF Azalea

📋 copy color: '#EABDBF'

red 234 ◦ green 189 ◦ blue 191

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

Shades of Azalea #EABDBF

Tints of Azalea #EABDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.11%

R = 38.11%
G = 30.78%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EABDBF (or 0xEABDBF) is known color: Azalea. HEX triplet: EA, BD and BF. RGB value is (234,189,191). Sum of RGB (Red+Green+Blue) = 234+189+191=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDBF is #154240. Grayscale: #CACACA. Windows color (decimal): -1393217 or 12565994. OLE color: 12565994.

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

Color convert

RGB 234 189 191 -
CMYK 0 0.19 0.18 0.08
HSL 357.33º 0.52% 0.83% -
HSV(B) 357.33º 0.19% 0.92% -
XYZ 61.53 57.65 57.17 -
YUV 202.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 234 189 191 0 0.19 0.18 0.08 357.33 0.52 0.83
Hex EA BD BF 0 13 12 8 165 34 53
Octal 352 275 277 0 23 22 10 545 64 123
Binary 11101010 10111101 10111111 0 10011 10010 1000 101100101 110100 1010011

Color Harmonies of #EABDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDBF

Black with #EABDBF

Text Example


Text Example

White with #EABDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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