#EEBAD2

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

Shades of Lavender Pink #EEBAD2

Tints of Lavender Pink #EEBAD2

Color information

#EEBAD2 (or 0xEEBAD2) is unknown color: approx Lavender Pink. HEX triplet: EE, BA and D2. RGB value is (238,186,210). Sum of RGB (Red+Green+Blue) = 238+186+210=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD2 is #11452D. Grayscale: #CCCCCC. Windows color (decimal): -1131822 or 13810414. OLE color: 13810414.

HSL color Cylindrical-coordinate representation of color #EEBAD2: hue angle of 332.31º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBAD2 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB238186210-
CMYK00.220.120.07
HSL332.31º60.47%83.14%-
HSV(B)332.31º21.85%93.33%-
XYZ64.4557.9568.76-
YUV204.28131.23152.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 210 (82.42% from 255) = 33.12%
R=37.54%
G=29.34%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818621000.220.120.07332.3160.4783.14
HexEEBAD2016C714c3c53
Octal35627232202614751474123
Binary11101110101110101101001001011011001111010011001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAD2; }

 p { color: rgb(238,186,210); }

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

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

 a { background-color: rgb(238,186,210); }

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

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

 span { border-color: rgb(238,186,210); }

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