#EEAFCB

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

Shades of Lavender Pink #EEAFCB

Tints of Lavender Pink #EEAFCB

Color information

#EEAFCB (or 0xEEAFCB) is unknown color: approx Lavender Pink. HEX triplet: EE, AF and CB. RGB value is (238,175,203). Sum of RGB (Red+Green+Blue) = 238+175+203=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFCB is #115034. Grayscale: #C4C4C4. Windows color (decimal): -1134645 or 13348846. OLE color: 13348846.

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

Color convert

RGB238175203-
CMYK00.260.150.07
HSL333.33º64.95%80.98%-
HSV(B)333.33º26.47%93.33%-
XYZ61.3753.1563.52-
YUV197.03131.37157.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=38.64%
G=28.41%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817520300.260.150.07333.3364.9580.98
HexEEAFCB01AF714d4151
Octal356257313032177515101121
Binary111011101010111111001011011010111111110100110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFCB; }

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

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

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

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

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

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

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

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