#EEADCB

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

Shades of Lavender Pink #EEADCB

Tints of Lavender Pink #EEADCB

Color information

#EEADCB (or 0xEEADCB) is unknown color: approx Lavender Pink. HEX triplet: EE, AD and CB. RGB value is (238,173,203). Sum of RGB (Red+Green+Blue) = 238+173+203=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADCB is #115234. Grayscale: #C3C3C3. Windows color (decimal): -1135157 or 13348334. OLE color: 13348334.

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

Color convert

RGB238173203-
CMYK00.270.150.07
HSL332.31º65.66%80.59%-
HSV(B)332.31º27.31%93.33%-
XYZ60.9852.3863.4-
YUV195.85132.03158.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=38.76%
G=28.18%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817320300.270.150.07332.3165.6680.59
HexEEADCB01BF714c4251
Octal356255313033177514102121
Binary111011101010110111001011011011111111110100110010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADCB; }

 p { color: rgb(238,173,203); }

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

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

 a { background-color: rgb(238,173,203); }

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

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

 span { border-color: rgb(238,173,203); }

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