#EEBDC4

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

Shades of Azalea #EEBDC4

Tints of Azalea #EEBDC4

Color information

#EEBDC4 (or 0xEEBDC4) is unknown color: approx Azalea. HEX triplet: EE, BD and C4. RGB value is (238,189,196). Sum of RGB (Red+Green+Blue) = 238+189+196=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDC4 is #11423B. Grayscale: #CCCCCC. Windows color (decimal): -1131068 or 12893678. OLE color: 12893678.

HSL color Cylindrical-coordinate representation of color #EEBDC4: hue angle of 351.43º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDC4 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238189196-
CMYK00.210.180.07
HSL351.43º59.04%83.73%-
HSV(B)351.43º20.59%93.33%-
XYZ63.4258.5660.18-
YUV204.45123.23151.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=38.20%
G=30.34%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818919600.210.180.07351.4359.0483.73
HexEEBDC401512715f3b54
Octal35627530402522753773124
Binary111011101011110111000100010101100101111010111111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDC4; }

 p { color: rgb(238,189,196); }

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

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

 a { background-color: rgb(238,189,196); }

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

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

 span { border-color: rgb(238,189,196); }

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